> Folks, is it possible to list all ctags matches in a quickfix window?

Nearly. You can do it with a location list, not the quickfix list.

:help :ltag

Basically the quickfix commands all start with :c and are global; the
location list commands all start with :l and are local to a window
(well, 'connected' to a certain window anyway). So you have :lnext,
:lprev, :lopen, etc.

> There are :ts, :sts commands but they are interactive and don't store
> the search result anywhere which is IMHO inconvenient at times.

Though if you reissue :ts without an argument, it will display the same
list you last saw, I believe.

Ben.




--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to