Releases: wincent/ferret
Releases · wincent/ferret
5.0
- The
<Plug>(FerretAcks)
mapping now uses/\v
"very magic" mode by default. This default can be changed using theg:FerretVeryMagic
option. :Acks
now preferentially uses:cdo
(rather than:cfdo
) to make replacements, which means that it no longer operates on a per-file level and instead targets individual entries within thequickfix
window. This is relevant if you've used Ferrets mappings to delete entries from the window. The old behavior can be restored with theg:FerretAcksCommand
option.- Ferret now has a
:Lacks
command, an analog to:Acks
which applies to thelocation-list
. - Likewise, Ferret now has a |:Largs| command, analogous to
:Qargs
, which applies to thelocation-list
instead of thequickfix
window. - The Ferret bindings that are set-up in the
quickfix
window wheng:FerretQFMap
is enabled now also apply to thelocation-list
.