Marco Vedovati

Results 4 comments of Marco Vedovati

Forgot to say, fixed a small bug (missing "break") for the STATUS ACTIVE characteristic.

Options should go in `let g:ack_default_options = "...."`

BTW, I am able to get results just overriding `g:ackprg`, but jumping to it fails (it shows an etmpy buffer).

This works: ``` let g:ackprg = "ag" let g:ack_default_options = " --case-sensitive --noheading --nopager --nocolor --nogroup --column" ```