about summary refs log tree commit diff
path: root/Completion/Base/_precommand
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/Base/_precommand
parent1bd39e36abcac8b775125c1e06b0d789eb62ec08 (diff)
downloadzsh-5fc256c9876a36bc7d9c7c30261249e9ea189253.tar.gz
zsh-5fc256c9876a36bc7d9c7c30261249e9ea189253.tar.xz
zsh-5fc256c9876a36bc7d9c7c30261249e9ea189253.zip
zsh-workers/7716
Diffstat (limited to 'Completion/Base/_precommand')
-rw-r--r--Completion/Base/_precommand3
1 files changed, 0 insertions, 3 deletions
diff --git a/Completion/Base/_precommand b/Completion/Base/_precommand
index 1ff11bc3c..bcda9fc8b 100644
--- a/Completion/Base/_precommand
+++ b/Completion/Base/_precommand
@@ -3,7 +3,4 @@
 shift words
 (( CURRENT-- ))
 
-# We now want to go back to doing ordinary completion on the new word,
-# so restore the default _compskip.
-_compskip=''
 _normal