mileszs / ack.vim

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

Look for `ack-grep` before `ack` #180

Closed jonesdeini closed 8 years ago

jonesdeini commented 8 years ago

On Ubuntu and Debain systems there are both the ack and ack-grep packages. The problem is if a user has both installed we use the incorrect ack package.

These changes will look for and use the ack-grep package before ack incase a user has them both installed.

ches commented 8 years ago

Thanks!