mileszs / ack.vim

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

Options '-H' and '-g' are mutually exclusive #80

Closed ardeidae closed 10 years ago

ardeidae commented 11 years ago

Hi,

When I try to use :AckFile pattern, I get the following error: Options '-H' and '-g' are mutually exclusive The launched command seems to be: :ack -H --nocolor --nogroup --column -g pattern No results.

$ ack --version ack 2.04 (git commit 8f405b7) Running under Perl 5.12.4 at /usr/bin/perl