0

I want cs find g results also to quickfix window. So I added g- to cscopequickfix. But when I do this, I can't jump back in tag stack because it says the tag stack is empty.

DumbCoder
  • 5,696
  • 3
  • 29
  • 40
ronakg
  • 4,038
  • 21
  • 46

1 Answers1

0

Looks like this is expected behavior. When cs find <query> results are sent to quickfix, they are not sent to taglist. That's why Ctrl-T can't be used to go back.

Best alternative is to use jumplist - Ctrl-O and Ctrl-I.

ronakg
  • 4,038
  • 21
  • 46