diff options
| -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 | 
