Skip to content

Releases: mileszs/ack.vim

v1.0.9

22 Jan 13:27
Compare
Choose a tag to compare
  • Fix location list and layout of quickfix when using Dispatch (#154)
  • Fix the quick help overlay clobbering the list mappings
  • Fix :AckFile when using Dispatch
  • Restore original 'makeprg' and 'errorformat' when using Dispatch
  • Arrow keys also work for auto-preview (#158, @cacplate)
  • Internal refactoring and clean-up

v1.0.8

20 Feb 11:24
Compare
Choose a tag to compare
  • Fixes (again) highlight, now using negative look behind.
  • Change mappings o and O to behave as documented (@Konfekt, #136)

Release coordinated by @kassio.

v1.0.7

20 Feb 11:22
Compare
Choose a tag to compare
  • Fixes highlight function to work when passing more than one option, or options with double dashes (--option) Thanks to @MiguelLatorre and @mannih.

Release coordinated by @kassio.

v1.0.6

20 Feb 11:21
Compare
Choose a tag to compare
  • Fixes highlight function to work when user passes options, e.g. :Ack -i test. Thanks @mannih. (#131, #134)

Release coordinated by @kassio.

v1.0.5

20 Feb 11:20
Compare
Choose a tag to compare
  • Fixes the errorformat for ack when using vim-dispatch (#128).
  • Do not use vim-dispatch by default. Must now enable with let g:ack_use_dispatch = 1.

Release coordinated by @kassio.

v1.0.4

20 Feb 11:19
Compare
Choose a tag to compare
  • Fix mappings not being applied to list windows when using vim-dispatch (#128)

Release coordinated by @kassio.

v1.0.3

20 Feb 11:19
Compare
Choose a tag to compare
  • Use &l:hlsearch instead of v:hlsearch to keep compatibility with versions that do not have this variable. Fixes #127.

Release coordinated by @kassio.

v1.0.2

20 Feb 11:18
Compare
Choose a tag to compare

Release coordinated by @kassio.

v1.0.1

20 Feb 11:16
Compare
Choose a tag to compare
  • Fixes #124. Bug with g:ack_autofold_results

Release coordinated by @kassio.

v1.0.0

20 Feb 11:15
Compare
Choose a tag to compare
  • Started changelog
  • Remove support for ack 1.x
  • Use autoload directory to define functions, instead of plugin.
  • Add option to auto-fold search results (g:ack_autofold_results)
  • Improve documentation, list all options and shortcuts
  • Improve highlight option to work when directories are passed or quotes are used.
  • Add g:ack_mapping
  • Add g:ack_default_options
  • Add a help toggle ? to list windows (like NERDTree)

Release coordinated by @kassio.