mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Feature request: Don't open first result #15

Closed akahn closed 13 years ago

akahn commented 13 years ago

When I use :Ack I would like to see search results but choose which result to open. Oftentimes, I don't want to open the first search result but instead continuing editing the buffer I'm editing.

:make supports this with the alternate :make! command. Hopefully something similar is possible for Vim's external grep command functionality?

axelson commented 13 years ago

This is already implemented in both mileszs repo and my own. Just use :Ack!

mileszs commented 13 years ago

axelson's right! I added a small note in the docs.

akahn commented 13 years ago

Thanks!

damncabbage commented 12 years ago

Has this changed? Using :Ack! with a fresh clone gives me E477: No ! allowed.