diff options
Diffstat (limited to 'vim-mode')
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 2e2ca4a..dfc9bb2 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -1111,7 +1111,7 @@ sub _commit_line { if ($line =~ /^[\Q$cmdchars\E]/) { Irssi::signal_emit 'send command', $line, @context; } else { - Irssi::signal_emit 'send command', $line, @context; + Irssi::signal_emit 'send text', $line, @context; } } |