vim - Different cscopequickfix behavior for vimrc and command line -
if set cscopequickfix=g-
in vimrc
file, not work: search results not listed in quick fix window.
if :set cscopequickfix=g-
vim
command line, starts working expected.
what's more puzzling me, g
search 1 happens to. rest of them e-
, s-
, etc... if put set cscopequickfix=e-,s-,
in vimrc
file, search results them directed quick fix window correctly.
ideas? thanks!
Comments
Post a Comment