vimrc: fix syntax highlighting for dark background
commit4ce5fd02e6046e3d4d614c9c95206a33d9340eeb
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Dec 2007 15:58:03 +0000 (3 15:58 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Dec 2007 18:01:31 +0000 (3 18:01 +0000)
tree69cf7389cb42919348a7fda439e928510488d078
parent48a9808f91ccd6aee0b81985be9a61f067d41fba
vimrc: fix syntax highlighting for dark background

Since we are kind of married to cmd.exe with a black background,
dark blue does not cut it as a comment color.  So make sure that
vimrc has "set syntax on" after we mentioned that the background
is dark

This fixes Issue 65.  With help of Brian Downing.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/vim/vimrc