An open API service indexing awesome lists of open source software.

https://github.com/tyru/qfhist.vim

Quickfix/Location-list history like Eclipse's search history
https://github.com/tyru/qfhist.vim

Last synced: 5 months ago
JSON representation

Quickfix/Location-list history like Eclipse's search history

Awesome Lists containing this project

README

          

# qfhist.vim

This plugin saves quickfix and location-list histories.

So you can invoke old histories of quickfix and location-list
without searching again.

Vim has already similar built-in feature, `:colder`, `:cnewer`.

But this plugin can narrow down by also `w:quickfix_title`
at command-line, unite.vim interface.