diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Commands/_history_complete_word | 2 |
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 |