aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-09-26 16:56:33 +0000
committerSimon Ruderich <simon@ruderich.org>2010-09-26 16:56:33 +0000
commit7f06d3078c7427c316f507a7ddc81d1779a0fef2 (patch)
treeef4cd04d7a8adb43ef486ef57caa6de572029b3e /vim-mode/vim_mode.pl
parentvim_mode: Fix . before running any commands to repeat. (diff)
downloadirssi-scripts-7f06d3078c7427c316f507a7ddc81d1779a0fef2.tar.gz
irssi-scripts-7f06d3078c7427c316f507a7ddc81d1779a0fef2.zip
vim_mode: Document known bugs.
Diffstat (limited to '')
-rw-r--r--vim-mode/vim_mode.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 303751b..981978d 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -14,6 +14,10 @@
# * switch case: ~
# * repeat change: .
# * Combinations like in Vi, e.g. d5fx
+#
+# Known bugs:
+# * count with insert mode: 3iabc<esc> doesn't work
+# * repeat insert mode: iabc<esc>. only enters insert mode
# Installation:
#