|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. (Thus, it |
| 4 | +won't list single bugfixes or improved documentation.) |
| 5 | + |
| 6 | +## [Unreleased] |
| 7 | + |
| 8 | +## [1.1] - 2016-01-18 |
| 9 | + |
| 10 | +50 commits. |
| 11 | + |
| 12 | +### Added |
| 13 | +- `CHANGELOG.md` according to [keepachangelog.com](http://keepachangelog.com) |
| 14 | +- Support for [sift](https://sift-tool.org) |
| 15 | +- `<esc>` can be used to cancel the prompt now (in addition to `<c-c>`) |
| 16 | +- `-grepprg` flag (allows more control about the exact command used) |
| 17 | +- For ag versions older than 0.25, `--column --nogroup --noheading` is used |
| 18 | + automatically instead of `--vimgrep` |
| 19 | +- FAQ (see `:h grepper-faq`) |
| 20 | +- Mappings in quickfix window: `o`, `O`, `S`, `v`, `V`, `T` (see `:h |
| 21 | + grepper-mappings`) |
| 22 | +- using `-dispatch` implies `-quickfix` |
| 23 | +- The quickfix window uses the full width at the bottom of the screen. Location |
| 24 | + lists are opened just below their accompanying windows instead. |
| 25 | + |
| 26 | +### Changed |
| 27 | +- Option "open" enabled by default |
| 28 | +- Option "switch" enabled by default |
| 29 | +- Option "jump" disabled by default |
| 30 | +- The "!" for :Grepper was removed. Use `:Grepper -jump` instead. |
| 31 | +- improved vim-dispatch support |
| 32 | +- `g:grepper.tools` had to contain executables before. It takes arbitrary names |
| 33 | + now. |
| 34 | +- Never forget query when switching tools (previously we remembered the query |
| 35 | + only when the operator was used) |
| 36 | + |
| 37 | +## [1.0] - 2015-12-09 |
| 38 | +First release! |
| 39 | + |
| 40 | +[Unreleased]: https://github.com/mhinz/vim-grepper/compare/v1.1...HEAD |
| 41 | +[1.1]: https://github.com/mhinz/vim-grepper/compare/v1.0...v1.1 |
| 42 | +[1.0]: https://github.com/mhinz/vim-grepper/compare/8b9234f...v1.0 |
0 commit comments