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

Ack opens quickfix also when no results found #225. When not used with Dispatch, we check if location list or quick fix list were populated with valid results before opening...

From the result panel: * Pressing `ENTER` opens the file inside the same panel at the bottom, hiding the other results * Pressing `o` opens the file as a new...

When pressing h key in the quickfix, it opens a new frame instead of moving the cursor to the left.

I was experimenting with setting quickfix window modifiable, so that I could use the quickfix as a refactoring checklist. ``` autocmd BufReadPost quickfix nested setlocal modifiable ``` For example, maybe...

Just like this https://github.com/mhinz/vim-grepper/blob/master/autoload/grepper.vim#L642 > In cases where the arguments don't come last, use $* as a placeholder: > `'grepprg': 'grep -Rn $* .'` Because I want use set search...

enhancement

Is it possible to add a new feature to close the quick fix window altogether with the preview window? Maybe just another keyboard shortcut in the quickfix window?

info needed
question

Hi, Ack always opens quickfix window even if no results are matched. I reproduced this with Ag silver searcher as Ack command.

bug

The window that shows the ack results doesn't have those results highlighted. For me, the coloring is critical for scanning lists of results. if the detection of highlighting isn't something...

enhancement

Hi, I tried this with a fresh VM, installing just vim (7.4.52), ag (0.19.2) and ack.vim (with vim-plug). If you open a file `foo.txt` with the text `lorem ipsum` and...

bug

It is another alternative to Ack. But perhaps just a list of alternatives would do and one example?