about summary refs log tree commit diff
path: root/Completion/Core/_complete
diff options
context:
space:
mode:
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.