about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-07 14:51:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-07 14:51:43 +0000
commita048ee3d93666ccad981fed4ddc56094f0d42e06 (patch)
tree693dabe9caf3a2f372de67a970f5ef993be5b648 /Completion
parent6cc1204ea97b3c02da1b3d2a4df93712f0c5fefb (diff)
downloadzsh-a048ee3d93666ccad981fed4ddc56094f0d42e06.tar.gz
zsh-a048ee3d93666ccad981fed4ddc56094f0d42e06.tar.xz
zsh-a048ee3d93666ccad981fed4ddc56094f0d42e06.zip
zsh-workers/7693
Diffstat (limited to 'Completion')
-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