From 5ff20652edcd83c6da40368ec7f6865d69d9630e Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 27 Sep 2010 20:54:54 +0100 Subject: bugfix, accidental duplication of 'send command' in emits in commit_line --- vim-mode/vim_mode.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim-mode') 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; } } -- cgit v1.2.3