vim on Windows -Turn syntax highlighting OFF
- by sandro
I have downloaded Vim 7.4 on Windows 7 64 bit, and would like to turn off syntax highlighting.
I have been using Vim for a long time on Unix, so I know to place "syntax off" in my vimrc. However, even though "syntax off" is in my vimrc, for some reason when I edit my vimrc the syntax highlighting is always on.
I have deleted every other vimrc on my system (listed in the output of :version) except for my $HOME\_vimrc, but the syntax highlighting is still there (even after creating new cmd's).
Any help would be greatly appreciated.