From 679eca13696bf626db9283bff462ee80de1efa88 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Sep 1999 13:12:44 +0000 Subject: zsh-workers/8015 --- Completion/Commands/_history_complete_word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Commands') 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 -- cgit 1.4.1