vim-qlist icon indicating copy to clipboard operation
vim-qlist copied to clipboard

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

Results 4 vim-qlist issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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)?

enhancement

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...

enhancement

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...