vim-qlist
vim-qlist copied to clipboard
Persist the results of :ilist and related commands via the quickfix list.
Both `[I` and `[D` are influenced by `&ignorecase` option. Having an option to temporarily disable ignorecase would be really handy, as searches are often case sensitive (while having a cursor...
I like the idea of using the quickfix list for `[I` and `[D`. What about the builtin commands `:checkpath` and `:checkpath!` also described under [`:h include-search`](http://vimhelp.appspot.com/tagsrch.txt.html#include-search)?
Please consider adding the ability to set a local (preferably per buffer) ability to set ``isident`` inside of the ``Dlist`` command. Reason looks like vim's ``dlist`` is not very workable...
From a lazy usability perspective I'd like ``Ilist`` to use ```` if no argument is given. I'd also like ```` completion to fill this word, and possibly cycle through other...