diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-27 13:43:43 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-27 13:43:43 +0000 |
| commit | df7d6b3e439c7401e1e1c8ab76a603f001402ea3 (patch) | |
| tree | 9dff2c8698df9a59a8624cb05356b98add14fbc4 /Completion/User/_gdb | |
| parent | zsh-workers/7516 (diff) | |
| download | zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.tar zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.tar.gz zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.tar.bz2 zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.tar.lz zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.tar.xz zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.tar.zst zsh-df7d6b3e439c7401e1e1c8ab76a603f001402ea3.zip | |
zsh-workers/7517
Diffstat (limited to 'Completion/User/_gdb')
| -rw-r--r-- | Completion/User/_gdb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/User/_gdb b/Completion/User/_gdb index 54213a08a..57914773c 100644 --- a/Completion/User/_gdb +++ b/Completion/User/_gdb @@ -21,9 +21,10 @@ elif compset -P '-(symbols|core|command)='; then _files elif [[ "$PREFIX" = -* ]]; then _description expl option - compadd "$expl[@]" -QS '' - symbols\= exec\= se\= core\= command\= \ - directory\= cd\= tty\= - compadd "$expl[@]" - help h s e c x d nx n quiet q batch fullname f b + compadd "$expl[@]" -QS '' - -symbols\= -exec\= -se\= -core\= -command\= \ + -directory\= -cd\= -tty\= + compadd "$expl[@]" - -help -h -s -e -c -x -d -nx -n -quiet -q -batch \ + -fullname -f -b else prev="$words[CURRENT-1]" |
