From f879a295e14bb81a94fc52329b28ee523fcd36a7 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 17 Jan 2002 18:49:32 +0000 Subject: use pager style instead of $EDITOR and fix bad substitution in exclusion lists --- Completion/Unix/Command/_pine | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Completion/Unix/Command/_pine') 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 -- cgit 1.4.1