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

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -