aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-10 01:40:37 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-10 01:40:37 +0000
commitdef8af6d0454a8feae873d7df3afedb550807222 (patch)
tree28fc157d42dc934771a8d640034ea9770edb9b3b /vim-mode
parentvim_mode: Document :mapping ex-commands doesn't need <Cr>. (diff)
downloadirssi-scripts-def8af6d0454a8feae873d7df3afedb550807222.tar.gz
irssi-scripts-def8af6d0454a8feae873d7df3afedb550807222.zip
vim_mode: Add known bug.
Diffstat (limited to 'vim-mode')
-rw-r--r--vim-mode/vim_mode.pl3
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
#
#