From 8b3e5404ce0fad4ebe457eb521b0b487221faf6a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 2 Sep 1999 11:31:52 +0000 Subject: zsh-workers/7631 --- Completion/User/_pbm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Completion/User/_pbm') 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 -- cgit 1.4.1