From a048ee3d93666ccad981fed4ddc56094f0d42e06 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 7 Sep 1999 14:51:43 +0000 Subject: zsh-workers/7693 --- Completion/Base/_precommand | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Completion') 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 -- cgit 1.4.1