about summary refs log tree commit diff
path: root/Completion/Base/_precommand
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/_precommand')
-rw-r--r--Completion/Base/_precommand3
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Base/_precommand b/Completion/Base/_precommand
index bcda9fc8b..1ff11bc3c 100644
--- a/Completion/Base/_precommand
+++ b/Completion/Base/_precommand
@@ -3,4 +3,7 @@
 shift words
 (( CURRENT-- ))
 
+# We now want to go back to doing ordinary completion on the new word,
+# so restore the default _compskip.
+_compskip=''
 _normal