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

Closes: https://github.com/mileszs/ack.vim/issues/267

- I installed the plugin via Pathogen by cloning this repository into .vim/bundle - I [installed](http://beyondgrep.com/install/) the single file version of the ack executable in my machine. I tested ack...

Before this change, plugin would stop initialization unless `g:ackprg` has been found. This would prohibit from loading `:Ack`, `:AckFromSearch` and other autoload commands from being accessible. With this patch, plugin...

See the screenshot below. Is there any way to avoid this happening? ![image](https://user-images.githubusercontent.com/9436784/111866975-fb42df80-8968-11eb-8817-4faeb7b7c914.png)

I think #135 (preview on actual preview window while moving up and down) is a really good enhancement but the code is outdated. This PR just tries to make it...

Neovim continues to show "Searching ..." even after search completes giving an impression that the search is still ongoing or frozen/hang. The issue behind this is the `redraw!` in `ack#ShowResults()`...

I wouldn't say it fixes #18 and #52, but it builds on them. It avoids the compatibility woes, but only using the shell trick if the shell is bash or...

Is there a way to customize how the currently opened file (or first file in the Quickfix List when you first open Ack) is highlighted (or maybe just disable the...

question

Same as ag, [ripgrep](https://github.com/BurntSushi/ripgrep) supports a `--vimgrep` flag so that it can be used as `g:ackprog`. However, when used via `vim-dispatch`, stdin is not closed which ripgrep interprets as a...

Assuimg i am searching Ag> ocean . It shows all matches that is files and that are matching files names. But i need only words matches inside files, but no...