I am using vim7.4. cscope output in vim is all white. can it be made more colorful?
I tried cecscope, which uses quickfix to bring color to vim. But the output of it is
Use this in .vimrc --
syntax enable
-- rather than --
syntax on
This worked for me.