# HG changeset patch # User Oleksandr Gavenko # Date 1268775845 -7200 # Node ID b8185f03f3641ebf7b249196d0ee362f4b90e220 # Parent a46aeafca80c772c3e3df3c226ab22929df93797 Remove copy/pasted code that cause error with Vim 5.8 2001 from MSYS-1.0.11 which I not understand. diff -r a46aeafca80c -r b8185f03f364 .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: