From e8fc333f3a28ae7a5c03952c66b528bfe31c7f75 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Wed, 13 Apr 2011 23:43:02 +0100 Subject: rl_history_search: intial search (no search string) now lets you cycle through all possible matches, rather than none. --- history-search/rl_history_search.pl | 1 + 1 file changed, 1 insertion(+) 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(); } -- cgit v1.2.3