Skip to content
Compare
Choose a tag to compare
@wincent wincent released this 07 Jun 22:38
· 35 commits to master since this release
5.0
  • 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.