aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vimrc b/vimrc
index 18446c3..be8d4f0 100644
--- a/vimrc
+++ b/vimrc
@@ -307,13 +307,7 @@ function Textobj(char, callback)
endfor
let objlength -= 1
endif
- if endcol == 0
- normal! J
- endif
call cursor(startline, startcol)
- if startcol > strlen(getline(startline))
- normal! J
- endif
exe 'normal! '.a:operator.objlength.' '
if a:operator == 'c'