diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-02 11:31:52 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-02 11:31:52 +0000 |
commit | 8b3e5404ce0fad4ebe457eb521b0b487221faf6a (patch) | |
tree | dc63b4491e0c41b839357ce06033b6e6a76e01cd /Completion | |
parent | 5ffee05faff3d53bb18a3a0e55dc983b2ef44a89 (diff) | |
download | zsh-8b3e5404ce0fad4ebe457eb521b0b487221faf6a.tar.gz zsh-8b3e5404ce0fad4ebe457eb521b0b487221faf6a.tar.xz zsh-8b3e5404ce0fad4ebe457eb521b0b487221faf6a.zip |
zsh-workers/7631
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_pbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/User/_pbm b/Completion/User/_pbm index 0a3f1144b..e118627f0 100644 --- a/Completion/User/_pbm +++ b/Completion/User/_pbm @@ -1,5 +1,11 @@ #compdef -P (p[bgpn]m*|*top[bgpn]m) +# Completion for all (or most, you'll never know) pbmplus commands. +# For some of them there are special cases in the biggish `case' below. +# Note that since this function is a post-pattern function, these +# defaults can be overridden by simple defining completion functions +# for those commands whose arguments you want to complete differently. + local pat expl ret=1 if [[ "$words[1]" = pnm* ]]; then |