aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim-mode/vim_mode.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index fe7fb58..cb2a182 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -958,6 +958,9 @@ sub cmd_ex_command {
$active_window->print("register $key: $registers->{$key}");
}
}
+ # :ls and :buffers
+ } elsif ($arg_str eq 'ls' or $arg_str eq 'buffers') {
+ Irssi::command('window list');
}
}