about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-13 20:27:36 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-13 20:27:36 +0000
commitd7d6a72673504a956de67e47f5e525e85cf6cd81 (patch)
treecde64869e4a26ad6d913fb2aa2a8ed3133380874 /Completion/Zsh
parent036cb0ce95580efa03dff169bb3dba457a48cfdc (diff)
downloadzsh-d7d6a72673504a956de67e47f5e525e85cf6cd81.tar.gz
zsh-d7d6a72673504a956de67e47f5e525e85cf6cd81.tar.xz
zsh-d7d6a72673504a956de67e47f5e525e85cf6cd81.zip
Mikael: 27597: accepting zstyle completion unnecessarily hard.
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_zstyle2
1 files changed, 1 insertions, 1 deletions
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