From 6ddb460499ffba6d8e9951597b3798652380cf6c Mon Sep 17 00:00:00 2001 From: spf13 Date: Fri, 1 May 2015 15:57:16 -0400 Subject: [PATCH] You can't add comments to the tail of a remap line --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 46eae46c1..d892c4397 100644 --- a/.vimrc +++ b/.vimrc @@ -367,8 +367,8 @@ nnoremap gv guiW "go to first and last char of line - nnoremap H ^ "go to first char of line - nnoremap L g_ "go to last char of line + nnoremap H ^ + nnoremap L g_ vnoremap H ^ vnoremap L g_