diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-01 15:50:48 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-01 15:50:48 +0000 |
commit | ac7ca81a37321cd89c2ed59b97984a6a31803ac6 (patch) | |
tree | dab47f0b8b5601fef5d3434a9dcbd5ae1bc5e10c | |
parent | vim_mode: Add ge and gE. (diff) | |
download | irssi-scripts-ac7ca81a37321cd89c2ed59b97984a6a31803ac6.tar.gz irssi-scripts-ac7ca81a37321cd89c2ed59b97984a6a31803ac6.zip |
vim_mode: Add known bugs.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 5 |
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) |