From c25f28959e6f5f6015d7610a4a4af5e7ca105cf6 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Wed, 30 Apr 2008 14:13:50 -0500 Subject: use backspace rather than 'h' here to handle ending at the start of a line --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 57d764e..a7d7cd9 100644 --- a/vimrc +++ b/vimrc @@ -319,7 +319,7 @@ function Textobj(char, callback) normal! l startinsert elseif a:operator == 'v' - normal! h + exe "normal! \" endif endfunction -- cgit v1.2.3-54-g00ecf