mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Bugfix in __fish_gnu_complete - switches could be ignored
darcs-hash:20070116112226-ac50b-6d6ce88d87f74a3779e4c6de6c62068c49354966.gz
This commit is contained in:
parent
9c9a8f9d0f
commit
b999bd9c8c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue