about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/User/_pbm6
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