about summary refs log tree commit diff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-01-17 18:49:32 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-01-17 18:49:32 +0000
commitf879a295e14bb81a94fc52329b28ee523fcd36a7 (patch)
tree89f8ba2ba00570bd7dfa5bb415110498231b06cf /Completion/Unix/Command
parent3708080538bcb59e9659065be00ad5eb31d2312d (diff)
downloadzsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.tar.gz
zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.tar.xz
zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.zip
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_pine12
1 files changed, 6 insertions, 6 deletions
diff --git a/Completion/Unix/Command/_pine b/Completion/Unix/Command/_pine
index 7c64d8fe1..5c94c7bd7 100644
--- a/Completion/Unix/Command/_pine
+++ b/Completion/Unix/Command/_pine
@@ -42,12 +42,12 @@ _arguments -C -s \
   "($opts $send)-o[open first folder read-only]" \
   "(-F -h -v)-r[restricted - can only send mail to oneself]" \
   "(-h -v)-d[set debug level]:debug:(0 1 2 3 4 5 6 7 8 9 flush timestamp imap= numfiles= verbose=)" \
-  "(${opts#-F})-k[force use of function keys]" \
-  "(${opts#-F})-z[allow use of ^Z suspension]" \
-  "(${opts#-F})-p+[use alternate .pinerc file]:alternate pinerc:_files" \
-  "(${opts#-F})-P+[use alternate pine.conf file]:alternate pine.conf:_files" \
-  "(${opts#-F})-x[use configuration exceptions file]:configuration exceptions file:_files" \
-  "(${opts#-F})-bail[exit if pinerc file doesn't already exist]" \
+  \(${(j. .)opts:#-F}')-k[force use of function keys]' \
+  \(${(j. .)opts:#-F}')-z[allow use of ^Z suspension]' \
+  \(${(j. .)opts:#-F}')-p+[use alternate .pinerc file]:alternate pinerc:_files' \
+  \(${(j. .)opts:#-F}')-P+[use alternate pine.conf file]:alternate pine.conf:_files' \
+  \(${(j. .)opts:#-F}')-x[use configuration exceptions file]:configuration exceptions file:_files' \
+  \(${(j. .)opts:#-F}")-bail[exit if pinerc file doesn't already exist]" \
   '*::recipient:->userhost' \
   ${^_cache_pine_options}':option value' && return 0