You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <Plug>(FerretAcks) mapping now uses /\v "very magic" mode by default. This default can be changed using the g: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 the quickfix window. This is relevant if you've used Ferrets mappings to delete entries from the window. The old behavior can be restored with the g:FerretAcksCommand option.
Ferret now has a :Lacks command, an analog to :Acks which applies to the location-list.
Likewise, Ferret now has a |:Largs| command, analogous to :Qargs, which applies to the location-list instead of the quickfix window.
The Ferret bindings that are set-up in the quickfix window when g:FerretQFMap is enabled now also apply to the location-list.