From f4f0becb633709741253f0b9677fdde60ae87faf Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 9 Feb 2010 17:47:02 +0000 Subject: 27694: add P glob qualifier for prepending --- Completion/Zsh/Type/_globquals | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Zsh/Type') diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals index 9ad948839..54d98ec0f 100644 --- a/Completion/Zsh/Type/_globquals +++ b/Completion/Zsh/Type/_globquals @@ -31,10 +31,10 @@ while [[ -n $PREFIX ]]; do fi ;; - (e) + ([eP]) # complete/skip delimited command line if [[ -z $PREFIX ]]; then - _delimiters qualifer-e + _delimiters qualifer-$char return elif ! _globqual_delims; then # still completing command to eval -- cgit 1.4.1