From 443ea86331c3ae1c712248717d403633fb5c27ff Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 4 Oct 2010 20:49:59 +0200 Subject: vim_mode: Minor comment fixes. --- vim-mode/vim_mode.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vim-mode/vim_mode.pl') diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index bedf53a..cc798f5 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -454,7 +454,6 @@ sub cmd_operator_d { # when changing (C). $pos-- if $pos == length($input) and !$change; - # Move the cursor at the right position. _input_pos($pos); } sub cmd_operator_y { @@ -1736,7 +1735,7 @@ sub handle_command_cmd { print "Skipping movement and operator." if DEBUG; } else { # Make sure count is at least 1 except for functions which need to - # know if no count was used + # know if no count was used. if (not $numeric_prefix and $char ne "\x04" # ctrl-d and $char ne "\x15" # ctrl-u and $char ne 'G') { -- cgit v1.2.3