aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-12 12:55:23 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-12 12:55:23 -0800
commit373cca0bf6834269c2b4fb6f27bcbf1c548ff983 (patch)
tree81e5b99250d4ba1e17fc627ea0724b43f3dfeda9 /parser.cpp
parentb32fcc7a8ef2857e111fc5daac15558545df912b (diff)
Formatting
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.cpp b/parser.cpp
index af68be8f..76862479 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -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)