sponsor Vim development Vim logo Vim Book Ad

vim-qlist : Persist the results of :ilist and related commands via the quickfix list.

 script karma  Rating 0/0, Downloaded by 1303  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-qlist-0.0.3.zip 0.0.3 2015-10-18 7.0 Romain Lafourcade Added "bang" support: :Ilist! and :dlist!.
vim-qlist-0.0.2.zip 0.0.2 2015-08-25 7.0 Romain Lafourcade * fixed visual selection handling
* updated the documentation
vim-qlist.zip 0.0.1 2015-07-04 7.0 Romain Lafourcade Initial upload
ip used for rating: 3.144.97.189

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github