Remove copy/pasted code that cause error with Vim 5.8 2001 from MSYS-1.0.11
which I not understand.
--- 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: