Formatting

This commit is contained in:
ridiculousfish
2013-01-12 12:55:23 -08:00
parent b32fcc7a8e
commit 373cca0bf6
6 changed files with 18 additions and 14 deletions

View File

@@ -3061,7 +3061,7 @@ int parser_t::test(const wchar_t * buff,
arg_count=0;
command = tok_last(&tok);
// Pass SKIP_HOME_DIRECTORIES for https://github.com/fish-shell/fish-shell/issues/512
has_command = expand_one(command, EXPAND_SKIP_CMDSUBST | EXPAND_SKIP_VARIABLES | EXPAND_SKIP_HOME_DIRECTORIES);
if (! has_command)