In my .vimrc , I added set cscopequickfix=s-,c-,d-,i-,t-,e-
,but when I use cscope command in my vim, the quick window would not appear automatically.
I read the help doc from vim about cscope, and it tell me to use "cscopequickfix=s-,c-,d-,i-,t-,e-"
I have to compile cscope with +quickfix feature.
now my question is how to compile cscope with the +quickfix feathre