diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-13 22:43:02 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-13 22:43:02 +0000 |
commit | e8fc333f3a28ae7a5c03952c66b528bfe31c7f75 (patch) | |
tree | 8f1b7ae2c397cc1a5c6f6c0669b3c2af056c659d | |
parent | rl_history_search: make split ensure that selected item is always visible when (diff) | |
download | irssi-scripts-e8fc333f3a28ae7a5c03952c66b528bfe31c7f75.tar.gz irssi-scripts-e8fc333f3a28ae7a5c03952c66b528bfe31c7f75.zip |
rl_history_search: intial search (no search string) now lets you cycle through
all possible matches, rather than none.
-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(); } |