From da9349ba3aed94670dd46df32cb06c5ad9a9097c Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Thu, 28 Apr 2011 21:31:43 +0100 Subject: vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possibly work now. --- vim-mode/vim_mode.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 7a23d0b..f504a77 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -2704,9 +2704,9 @@ sub got_key { # NOTE: this timeout might be too low on laggy systems, but # it comes at the cost of keystroke latency for things that # contain escape sequences (arrow keys, etc) - my $esc_buf_timeout = $settings->{input_buf_timeout}; + my $esc_buf_timeout = $settings->{esc_buf_timeout}->{value}; - $esc_buf_timer + $input_buf_timer = Irssi::timeout_add_once($esc_buf_timeout, \&handle_input_buffer, undef); -- cgit v1.2.3