ack.vim icon indicating copy to clipboard operation
ack.vim copied to clipboard

Vim plugin for the Perl module / CLI script 'ack'

Results 82 ack.vim issues
Sort by recently updated
recently updated
newest added

as i auto-preview files, my open-buffer list grows out of control. the preview function should open a buffer to preview a file and then close it when the next file...

I just switched from `:Ack!` to `:LAck!` because I realized that what I needed was actually to replace the most recently focused split. However, after switching to `:LAck!`, the quickfix...

question

Hey, This PR adds a new `g:ack_use_async` option that once set will configure the plugin to search in the background by using Vim async job API; please note that it...

Using gVIM 8.1, and ack.vim installed using Vundle. This is what I see when I search: the number of lines match the results, and when there are no results I...

vim 8.1 when having any `terminal` buffer opened, use `:Ack something` will causes E676 something like https://github.com/vim/vim/issues/2190 but that case cannot be repeated, since closed. while Ack still has this...

https://github.com/mileszs/ack.vim/blob/36e40f9ec91bdbf6f1adf408522a73a6925c3042/autoload/ack.vim#L117

I have: - [x] looked through the issues, didn't find a similar issue - [x] Read the documentation [section for *ack-mappings*](https://github.com/mileszs/ack.vim/blob/eede0425f50d92be89ee8fb4560a5afb707c2a54/doc/ack.txt#L236) #### Description When I run ack, there are times...

A support for vim8 asynchronous API would be very much appreciated.

enhancement
help wanted

Error detected while processing /path_to_the_plugin/ack.vim: line 1: E15: Invalid expression: exists('g:loaded_ack') || &cp^M line 84: E171: Missing :endif

It looks like this was fixed several years ago (#88), but I just ran into this issue for the first time. When I run `:Ack hello -g`, I get the...