about summary refs log tree commit diff
path: root/Completion/Core/_complete
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-08 09:36:40 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-08 09:36:40 +0000
commit5fc256c9876a36bc7d9c7c30261249e9ea189253 (patch)
tree9ecb69c35f5d78a8dd75d4c706a15e79bb425ee4 /Completion/Core/_complete
parent1bd39e36abcac8b775125c1e06b0d789eb62ec08 (diff)
downloadzsh-5fc256c9876a36bc7d9c7c30261249e9ea189253.tar.gz
zsh-5fc256c9876a36bc7d9c7c30261249e9ea189253.tar.xz
zsh-5fc256c9876a36bc7d9c7c30261249e9ea189253.zip
zsh-workers/7716
Diffstat (limited to 'Completion/Core/_complete')
-rw-r--r--Completion/Core/_complete2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_complete b/Completion/Core/_complete
index 9b6311100..6affdba2a 100644
--- a/Completion/Core/_complete
+++ b/Completion/Core/_complete
@@ -31,7 +31,7 @@ fi
 # For arguments and command names we use the `_normal' function.
 
 if [[ "$compstate[context]" = command ]]; then
-  _normal
+  _normal -s
 else
   # Let's see if we have a special completion definition for the other
   # possible contexts.