Sunday, April 17, 2005

Fix Vim syntax highlighting not working problem

put the following in your .vimrc (_vimrc on windows):

autocmd BufEnter * :syntax sync fromstart

No comments: