diff options
-rw-r--r-- | history-search/rl_history_search.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index a3651bc..ec8764e 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -151,6 +151,7 @@ sub history_search { $original_win_ref = Irssi::active_win; + update_history_matches(); update_history_prompt(); } |