Releases: wincent/ferret
Releases · wincent/ferret
Cinco de Cuatro
- Improvements to the handling of very large result sets (due to wide lines or many results).
- Added
g:FerretLazyInit
. - Added missing documentation for
g:FerretJob
. - Added
g:FerretMaxResults
. - Added feature-detection for
rg
andag
, allowing Ferret to gracefully work with older versions of those tools that do not support all desired command-line switches.
1.4
1.3
- Reset
'errorformat'
before each search (fixes issue #31). - Added
:Back
and:Black
commands, analogous to:Ack
and:Lack
but scoped to search within currently open buffers only. - Change
:Acks
to use:cfdo
when available rather than:Qargs
and:argdo
, to avoid polluting thearglist
. - Remove superfluous
QuickFixCmdPost
autocommands, resolving clash with Neomake plug-in (patch from Tom Dooner, #36). - Add support for searching with ripgrep (
rg
).
1.2a
1.1.1
1.1
1.0
- Fix broken
:Qargs
command (patch from Daniel Silva). - Add
g:FerretQFHandler
andg:FerretLLHandler
options (patch from Daniel Silva). - Make
<Plug>
mappings accessible eveng:FerretMap
is set to 0. - Fix failure to report filename when using
ack
and explicitly scoping search to a single file (patch from Daniel Silva). - When using
ag
, report multiple matches per line instead of just the first (patch from Daniel Silva). - Improve content and display of error messages.
0.3
0.2
0.1
- Initial release, extracted from my dotfiles.