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
- Host: GitHub
- URL: https://github.com/tyru/qfhist.vim
- Owner: tyru
- License: mit
- Created: 2015-07-04T06:31:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T10:37:47.000Z (about 11 years ago)
- Last Synced: 2025-01-14T07:16:12.803Z (over 1 year ago)
- Language: VimL
- Size: 141 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.