diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-03 15:27:14 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-03 15:27:14 +0000 |
commit | b687bd97509053f27a27dab2f0e0cc13fa99ba02 (patch) | |
tree | 2a8597be0b5aae25bd6435ff023904ee9e107361 /Completion/User/_gdb | |
parent | 8a540b99c5098166e428195cf1426a995faa5e5c (diff) | |
download | zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.tar.gz zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.tar.xz zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.zip |
Various completion fixes
Diffstat (limited to 'Completion/User/_gdb')
-rw-r--r-- | Completion/User/_gdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_gdb b/Completion/User/_gdb index 55e149bb7..a29eaf8b2 100644 --- a/Completion/User/_gdb +++ b/Completion/User/_gdb @@ -23,8 +23,8 @@ elif [[ "$PREFIX" = -* ]]; then -directory\= -cd\= -tty\= && ret=0 compadd "$expl[@]" - -help -h -s -e -c -x -d -nx -n -quiet -q \ -batch -fullname -f -b && ret=0 - (( ret )) || return 0 done + (( ret )) || return 0 fi else prev="$words[CURRENT-1]" |