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.
Asked
Active
Viewed 74 times
1 Answers
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