about summary refs log tree commit diff
path: root/Completion/Commands
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-23 13:12:44 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-23 13:12:44 +0000
commit679eca13696bf626db9283bff462ee80de1efa88 (patch)
tree7d07e43b40a268f7a1075c3a6c1edc3f54e42bf4 /Completion/Commands
parentd293470f7aa3612420f0d090df080ecef1d934a8 (diff)
downloadzsh-679eca13696bf626db9283bff462ee80de1efa88.tar.gz
zsh-679eca13696bf626db9283bff462ee80de1efa88.tar.xz
zsh-679eca13696bf626db9283bff462ee80de1efa88.zip
zsh-workers/8015
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_history_complete_word2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_history_complete_word b/Completion/Commands/_history_complete_word
index 99be0017e..f459046d2 100644
--- a/Completion/Commands/_history_complete_word
+++ b/Completion/Commands/_history_complete_word
@@ -23,8 +23,8 @@ else
     _description -V expl 'history word'
   fi
   compgen "$expl[@]" -Q -H 0 ''
-  compstate[insert]=1
   if [[ -n "$compconfig[history_stop]" ]]; then
+    compstate[insert]=1
     _hist_menu_length="$compstate[nmatches]"
     _hist_menu_end=''
   fi