Remove copy/pasted code that cause error with Vim 5.8 2001 from MSYS-1.0.11
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Mar 2010 23:44:05 +0200
changeset 40 b8185f03f364
parent 39 a46aeafca80c
child 41 d410aac55409
Remove copy/pasted code that cause error with Vim 5.8 2001 from MSYS-1.0.11 which I not understand.
.vimrc
--- a/.vimrc	Tue Mar 16 23:28:18 2010 +0200
+++ b/.vimrc	Tue Mar 16 23:44:05 2010 +0200
@@ -59,12 +59,6 @@
 " the location you want.
 set incsearch
 
-
-" By default, vim doesn't let the cursor stray beyond the defined text. This
-" setting allows the cursor to freely roam anywhere it likes in command mode.
-" It feels weird at first but is quite useful.
-set virtualedit=all
-
 set ruler
 
 " Local Variables: