Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ack CPAN distribution.

Maintainer(s)' notes

ack's issues are tracked at https://github.com/petdance/ack2

Report information
The Basics
Id: 21067
Status: resolved
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.25_02
Fixed in: (no value)



Subject: PATCH: mention vim integration
=head2 Vim integration ack integrates easily with the Vim text editor. Set this in your .vimrc to use 'ack' instead of 'grep': set grepprg=ack\ -a That examples uses "-a" to search through all files. You may use other default flags. Now you can search with 'ack' and easily step through the results in Vim: :grep Dumper perllib =cut Mark
Added in 1.60. Thansk, Mark.