From 6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:24:09 +0000 Subject: zsh-3.1.5-pws-14 --- Completion/User/_mh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_mh') diff --git a/Completion/User/_mh b/Completion/User/_mh index c6c018220..ab78468d8 100644 --- a/Completion/User/_mh +++ b/Completion/User/_mh @@ -13,7 +13,7 @@ local prev="$words[CURRENT-1]" # To be on the safe side, check this exists and if not, get it anyway. [[ -d $mymhdir ]] || mymhdir=$(mhpath +) -if [[ -iprefix - ]]; then +if compset -P 1 -; then # get list of options, which MH commands can generate themselves # awk is just too icky to use for this, sorry. send me one if # you come up with it. @@ -23,7 +23,7 @@ if [[ -iprefix - ]]; then print $n =~ s/^\[([a-z]+)\]// ? "$n\n$1$n\n" : "$n\n"; }') return -elif [[ -iprefix '+' || -iprefix '@' || "$prev" = -draftfolder ]]; then +elif compset -P 1 '[+@] || [ "$prev" = -draftfolder ]]; then # Complete folder names. local mhpath -- cgit 1.4.1