Releases: mileszs/ack.vim
Releases · mileszs/ack.vim
v1.0.9
- 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
- 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
- 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
- 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
- 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
- Fix mappings not being applied to list windows when using vim-dispatch (#128)
Release coordinated by @kassio.
v1.0.3
- 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.1
- Fixes #124. Bug with
g:ack_autofold_results
Release coordinated by @kassio.
v1.0.0
- 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.