aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-01 15:50:48 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-01 15:50:48 +0000
commitac7ca81a37321cd89c2ed59b97984a6a31803ac6 (patch)
treedab47f0b8b5601fef5d3434a9dcbd5ae1bc5e10c /vim-mode/vim_mode.pl
parentvim_mode: Add ge and gE. (diff)
downloadirssi-scripts-ac7ca81a37321cd89c2ed59b97984a6a31803ac6.tar.gz
irssi-scripts-ac7ca81a37321cd89c2ed59b97984a6a31803ac6.zip
vim_mode: Add known bugs.
Diffstat (limited to 'vim-mode/vim_mode.pl')
-rw-r--r--vim-mode/vim_mode.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index ef7dd81..16e8ec0 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -90,6 +90,11 @@
# prompt_info.pl script.
#
#
+# Known bugs:
+#
+# * count before register doesn't work: e.g. 3"ap doesn't work, but "a3p does
+#
+#
# TODO:
# * History:
# * /,?,n,N to search through history (like history_search.pl)