diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-10 01:40:37 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-10 01:40:37 +0000 |
commit | def8af6d0454a8feae873d7df3afedb550807222 (patch) | |
tree | 28fc157d42dc934771a8d640034ea9770edb9b3b | |
parent | vim_mode: Document :mapping ex-commands doesn't need <Cr>. (diff) | |
download | irssi-scripts-def8af6d0454a8feae873d7df3afedb550807222.tar.gz irssi-scripts-def8af6d0454a8feae873d7df3afedb550807222.zip |
vim_mode: Add known bug.
-rw-r--r-- | vim-mode/vim_mode.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 17e7454..f84c523 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -165,6 +165,9 @@ # Known bugs: # # * count before register doesn't work: e.g. 3"ap doesn't work, but "a3p does +# * mapping an incomplete ex-command doesn't open the ex-mode with the partial +# command (e.g. :map gb :b causes an error instead of opening the ex-mode +# and displaying :b<cursor>) # * undo/redo positions are mostly wrong # # |