If I do set cscopequickfix=g-
in my vimrc
file, it does not work: search results do not get listed in quick fix window.
But if I do :set cscopequickfix=g-
from vim
command line, it starts working as expected.
What's even more puzzling to me, is that g
search is the only one that this happens to. The rest of them e-
, s-
, etc... if I put set cscopequickfix=e-,s-,
in my vimrc
file, search results for them get directed to quick fix window correctly.
Ideas? Thanks!