From ccec8886edc89fe0ec583c44082b8d211d2ddf21 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Oct 2010 17:50:34 +0200 Subject: vim_mode: Minor comment fixes. --- vim-mode/vim_mode.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vim-mode/vim_mode.pl') 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 }, -- cgit v1.2.3