mileszs / ack.vim

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

Using -A/-B/-C for context makes Ack.vim confused #215

Open petdance opened 7 years ago

petdance commented 7 years ago

I often use context to see what's around the matches that I've found. It would be nice to have Ack.vim's results could handle non-matching lines in the output and still show them.

This would also apply to ack3's new --proximate=N option.