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

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

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

Link to [vim-plug](https://github.com/junegunn/vim-plug). `.vimrc` extract: ```vim 18 let g:ackprg = 'ag --vimgrep' 19 20 call plug#begin() 21 Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } 22 Plug 'mileszs/ack.vim' 23...

I am on Windows and use git-bash. I have vim (the default one that comes with git-bash) with several plugins installed via vim-plug. When I use `:Ag ...` to search...

Substitution pattern in function ack#Ack should be case-sensitive.

# Plugin Version - Vim 9.0.749 - mileszs/ack.vim [36e40f9](https://github.com/mileszs/ack.vim/commit/36e40f9ec91bdbf6f1adf408522a73a6925c3042) # Bug Reproduction .vimrc ```vim set ignorecase let g:ackprg = 'ag --vimgrep --hidden --ignore .git' ``` Input command in Vim ```vim...

ag, The Silver Searcher, replaced .agignore support with .ignore file support. this change updates the ack.vim documentation to reflect that change. https://github.com/ggreer/the_silver_searcher/wiki/Advanced-Usage

After upgrading to Neovim 0.11.0, every time I try to run `:Ack` with any arguments (including none), I see the following error: ``` Searching... Error detected while processing function ack#Ack[41]...238_SearchWithGrep[12]...function...