diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-02 15:50:34 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-02 15:50:34 +0000 |
commit | ccec8886edc89fe0ec583c44082b8d211d2ddf21 (patch) | |
tree | 584ecd92993060ef3a036d7b389844607a9f9c5b /vim-mode | |
parent | vim_mode: Fix :reg not to display "_. (diff) | |
download | irssi-scripts-ccec8886edc89fe0ec583c44082b8d211d2ddf21.tar.gz irssi-scripts-ccec8886edc89fe0ec583c44082b8d211d2ddf21.zip |
vim_mode: Minor comment fixes.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 37982e4..33513a0 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -86,7 +86,8 @@ # For proper :ex mode support, requires the installation of prompt_info.pl # http://github.com/shabble/irssi-scripts/raw/master/prompt_info/prompt_info.pl # -# and follow the instructions in the top of that file for installation instructions. +# and follow the instructions in the top of that file for installation +# instructions. # # If you don't need Ex-mode, you can run vim_mode.pl without the # prompt_info.pl script. @@ -262,7 +263,7 @@ sub script_is_loaded { vim_mode_init(); -# vi-operators like d, c; they don't move the cursor +# vi-operators like d, c, y my $operators = { 'c' => { func => \&cmd_operator_c }, |