diff options
author | Tom Feist <shabble@metavore.org> | 2010-11-05 09:50:55 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-11-05 09:50:55 +0000 |
commit | 2e4d7da6d355bb830ffc296680fa8275366d3beb (patch) | |
tree | 22d610821f25851d1212bb7896237bea1b97969f /vim-mode | |
parent | rl_search_history: bump version number (diff) | |
download | irssi-scripts-2e4d7da6d355bb830ffc296680fa8275366d3beb.tar.gz irssi-scripts-2e4d7da6d355bb830ffc296680fa8275366d3beb.zip |
removed test/ dir since it was causing too much trouble
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index b47e959..5a51e24 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -600,10 +600,12 @@ my $history_input = undef; my $history_pos = 0; # Undo/redo buffer. + my @undo_buffer; my $undo_index = undef; # tab completion state vars + my @tab_candidates; my $completion_active = 0; my $completion_string = ''; |