Is there a way to display the search status, when searching with ack within vim? Maybe percentage?
Asked
Active
Viewed 183 times
0
-
what do you mean by search status. do you want a kind of progress bar ? – mb14 Sep 12 '11 at 16:53
-
Something like: 'Searching.... [67%]' Would be nice. – PascalPrecht Sep 12 '11 at 19:34
-
Ack itself (and therefore Ack.vim) doesn't provide such a mechanism so you might need some third party tool. I just tried `pv` but it doesn't seem to work with Ack. – romainl Sep 12 '11 at 20:12