diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-07 14:51:43 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-07 14:51:43 +0000 |
commit | a048ee3d93666ccad981fed4ddc56094f0d42e06 (patch) | |
tree | 693dabe9caf3a2f372de67a970f5ef993be5b648 | |
parent | 6cc1204ea97b3c02da1b3d2a4df93712f0c5fefb (diff) | |
download | zsh-a048ee3d93666ccad981fed4ddc56094f0d42e06.tar.gz zsh-a048ee3d93666ccad981fed4ddc56094f0d42e06.tar.xz zsh-a048ee3d93666ccad981fed4ddc56094f0d42e06.zip |
zsh-workers/7693
-rw-r--r-- | Completion/Base/_precommand | 3 |
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 |