From d7d6a72673504a956de67e47f5e525e85cf6cd81 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 13 Jan 2010 20:27:36 +0000 Subject: Mikael: 27597: accepting zstyle completion unnecessarily hard. --- Completion/Zsh/Command/_zstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Command') diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 008061978..6e34fcc4b 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -185,7 +185,7 @@ while (( $#state )); do case "$state[1]" in (contexts) if [[ ! -prefix :*: ]]; then - _wanted contexts expl context compadd -P : -S : completion zftp + _wanted contexts expl context compadd -P : -qS : completion zftp elif compset -P :completion:; then for ostate in functions _completers cmdorcont argument tag; do compset -P '[^:]#:' || break -- cgit 1.4.1