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
Exporting CSCOPE_EDITOR in ~/.bashrc worked for me.
export CSCOPE_EDITOR=/usr/bin/vim
Thanks Anirudh. 'which vim' will tell which executable of vim is in use.