diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/compinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/compinit b/Completion/compinit index eb88a9fb9..c345ceb43 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -171,7 +171,7 @@ typeset -gH _comp_setup='local -A _comp_caller_options; _comp_caller_options=(${(kv)options[@]}); setopt localoptions localtraps localpatterns ${_comp_options[@]}; local IFS=$'\'\ \\t\\r\\n\\0\''; - builtin enable -p \| \~ \( \? \* \[ \< \^ \# 2>/dev/null; + builtin enable -p \| \~ \( \? \* \[ \< \^ \# 2>&-; exec </dev/null; trap - ZERR; local -a reply; |