Vim-qlist is an updated, more powerful, version of the function discussed in this /r/vim thread.
The purpose of this script is to make the results of "include-search" and "definition-search" easier to navigate and more persistent by using the quickfix list instead of the default list-like interface.
Use your favorite plugin manager or dump the files in this repository in their standard location:
on Unix-like systems...
~/.vim/doc/qlist.txt
~/.vim/plugin/qlist.vim
on Windows...
%userprofile%\vimfiles\doc\qlist.txt
%userprofile%\vimfiles\plugin\qlist.vim
Don't forget to execute the following command to make the documentation globally available:
on Unix-like systems...
:helptags ~/.vim/doc
on Windows...
:helptags %userprofile%\vimfiles\doc
- Add options?
- Add a gifcast to the
README
. (sort of) - Add proper documentation.