vim-qlist : Persist the results of :ilist and related commands via the quickfix list.
script karma |
Rating 0/0,
Downloaded by 1475 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Romain Lafourcade |
|
script type |
utility |
|
description |
Vim-qlist is an updated, more powerful, version of the function discussed in this /r/vim thread:
http://www.reddit.com/r/vim/comments/1rzvsm/do_any_of_you_redirect_results_of_i_to_the/
The purpose of this script is to make the results of "include-search" and "definition-search" easier to navigate and more persistant by using the quickfix list instead of the default list-like interface.
Development currently happens on GitHub: https://github.com/romainl/vim-qlist. Feel free to submit issues and feature requests. |
|
install details |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.139.238.74
|