ludovicchabant/vim-gutentags

Keep tags values when opening the quickfix

Opened this issue · 0 comments

Hello,

I have not found how to get this feature: is it possible to also propagate (or prevent resetting) the tags value to the quickfix window?

The motivation is that if when you run some job that populates the quickfix window, .e.g. :AsyncRun pytest, the quickfix window gets full of function names related to your job, but you can't jump to their definitions at the moment. Indeed, when I get into the quickfix window, I get E433: No tags file. However, the tags do work if I change window (to the source code).