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++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -