/usr/share/vim/vim62/vimrc_example.vim

has the lines:
if &t_Co > 2 || has ("gui_running")
        syntax on

This did not give me syntax coloring.  I changed it to:
syntax enable

and everything is working fine.

Eric


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to