diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-09 23:51:23 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-09 23:51:23 +0000 |
commit | 7d6d8c7f375ab15e587809773c3af014ed55135f (patch) | |
tree | 49eaa2efe68a94902144d2a774fa7532130d603e /vim-mode/vim_mode.pl | |
parent | vim_mode: Whitespace only change. (diff) | |
download | irssi-scripts-7d6d8c7f375ab15e587809773c3af014ed55135f.tar.gz irssi-scripts-7d6d8c7f375ab15e587809773c3af014ed55135f.zip |
vim_mode: Display command in statusbar after flushing pending map.
Reported by estragib.
Diffstat (limited to 'vim-mode/vim_mode.pl')
-rw-r--r-- | vim-mode/vim_mode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 1746c3b..4101579 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -2064,6 +2064,7 @@ sub flush_pending_map { $pending_map ne $old_pending_map; handle_command_cmd(undef); + Irssi::statusbar_items_redraw("vim_mode"); } sub handle_numeric_prefix { |