mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 01:03:16 +08: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
|
@ -9,7 +9,6 @@ function __fish_gnu_complete -d "Wrapper for the complete builtin. Skips the lon
|
||||||
|
|
||||||
case -g --is-gnu
|
case -g --is-gnu
|
||||||
set is_gnu 1
|
set is_gnu 1
|
||||||
break
|
|
||||||
|
|
||||||
case '*'
|
case '*'
|
||||||
set argv_out $argv_out $i
|
set argv_out $argv_out $i
|
||||||
|
|
Loading…
Reference in New Issue
Block a user