diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-27 02:34:15 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-27 02:34:15 +0000 |
commit | a3f5bd31279816942282daef30038290b350880c (patch) | |
tree | 6ca6442629fc84fbfcc725659f8d04a59950c8d7 /vim-mode/vim_mode.pl | |
parent | vim_mode: esc also resets all command mode related settings. (diff) | |
download | irssi-scripts-a3f5bd31279816942282daef30038290b350880c.tar.gz irssi-scripts-a3f5bd31279816942282daef30038290b350880c.zip |
vim_mode: Remove fixed todo.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 45acf79..54f3de3 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -23,7 +23,6 @@ # * /,?,n to search through history (like history_search.pl) # * u = undo (how many levels, branching?!) redo? # * use irssi settings for some of the features (esp. debug) -# * history movement should keep track of the 'active' input line and restore it # Known bugs: # * count with insert mode: 3iabc<esc> doesn't work |