mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user