about summary refs log tree commit diff
path: root/Completion/User/_pbm
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-13 00:41:33 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-13 00:41:33 +0000
commit68cc8e37e3400872ff348a4dcbddda5176fe26de (patch)
tree1d1df4bd1e2c356a3cbd6967bb15e214be782b89 /Completion/User/_pbm
parent892ab52d94faed614452a5d84e1d66265a03d86b (diff)
downloadzsh-68cc8e37e3400872ff348a4dcbddda5176fe26de.tar.gz
zsh-68cc8e37e3400872ff348a4dcbddda5176fe26de.tar.xz
zsh-68cc8e37e3400872ff348a4dcbddda5176fe26de.zip
manual/7428
Diffstat (limited to 'Completion/User/_pbm')
-rw-r--r--Completion/User/_pbm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_pbm b/Completion/User/_pbm
index 5ee328cd9..9bcbef933 100644
--- a/Completion/User/_pbm
+++ b/Completion/User/_pbm
@@ -116,7 +116,7 @@ if (( $#opts )); then
     # colon-separated list of words. We just execute this list of words
     # as a command with its arguments.
 
-    if [[ "$after" = *:* ]]; then
+    if [[ "$opts[$after]" = *:* ]]; then
       after="${${opts[after]#*:}//:/ }"
       [[ -z "$after" ]] || $=after 
     fi