diff options
author | Tom Feist <shabble@metavore.org> | 2010-09-26 20:31:23 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-09-26 20:31:23 +0000 |
commit | dc7475decf20282e1a1e1841d77944a33b35614e (patch) | |
tree | 92a3a556c829505259f28be93dc2f55a7e647866 /vim-mode/vim_mode.pl | |
parent | vim_mode: Fix j,k destroying current input line. (diff) | |
download | irssi-scripts-dc7475decf20282e1a1e1841d77944a33b35614e.tar.gz irssi-scripts-dc7475decf20282e1a1e1841d77944a33b35614e.zip |
another todo comment
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index a07e52e..4dfffb1 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -25,6 +25,7 @@ # * 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 +# * make 'yy' work. # Known bugs: # * count with insert mode: 3iabc<esc> doesn't work |