Skip to content

Releases: wincent/ferret

5.0

07 Jun 22:38
5.0
Compare
Choose a tag to compare
  • 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.

4.1

31 Jan 21:59
4.1
Compare
Choose a tag to compare
4.1
  • Added :Quack command, analogous to :Ack but scoped to the files currently listed in the quickfix window.
  • Fixed option autocompletion.

4.0.2

11 Jan 09:42
4.0.2
Compare
Choose a tag to compare
  • Restore compatibility with versions of rg prior to v0.8 (#59).

4.0.1

08 Jan 08:33
4.0.1
Compare
Choose a tag to compare
  • Make :Acks behavior the same irrespective of the 'gdefault' setting.

4.0

25 Dec 20:24
4.0
Compare
Choose a tag to compare
4.0
  • Try to avoid "press ENTER to continue" prompts.
  • Put search term in w:quickfix_title for use in statuslines (#57).
  • Add g:FerretExecutableArguments and ferret#get_default_arguments() (#46).

3.0.3

23 Mar 19:11
3.0.3
Compare
Choose a tag to compare
  • Fix for :Lack results opening in quickfix listing in Neovim (#47).

3.0.2

26 Oct 02:10
3.0.2
Compare
Choose a tag to compare

Fixes

  • Fix broken :Back and :Black commands (#48).

3.0.1

25 Aug 00:30
3.0.1
Compare
Choose a tag to compare
  • Fix failure to handle search patterns containing multiple escaped spaces (#49).

3.0

13 Jun 15:25
3.0
Compare
Choose a tag to compare
3.0
  • Improve handling of backslash escapes (#41).
  • Add g:FerretAutojump.
  • Drop support for vim-dispatch.

2.0

06 Jun 15:00
2.0
Compare
Choose a tag to compare
2.0
  • Add support for Neovim, along with g:FerretNvim setting.