diff options
| -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 e43b562..37982e4 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -1252,6 +1252,7 @@ sub cmd_ex_command {          }          my $active_window = Irssi::active_win;          foreach my $key (sort @regs) { +            next if $key eq '_'; # skip black hole              if (defined $registers->{$key}) {                  $active_window->print("register $key: $registers->{$key}");              } | 
