Bugfix in __fish_gnu_complete - switches could be ignored

darcs-hash:20070116112226-ac50b-6d6ce88d87f74a3779e4c6de6c62068c49354966.gz
This commit is contained in:
axel 2007-01-16 21:22:26 +10:00
parent 9c9a8f9d0f
commit b999bd9c8c

View file

@ -9,7 +9,6 @@ function __fish_gnu_complete -d "Wrapper for the complete builtin. Skips the lon
case -g --is-gnu
set is_gnu 1
break
case '*'
set argv_out $argv_out $i