mileszs / ack.vim

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

Are you supposed to be able to edit results? #193

Open synic opened 8 years ago

synic commented 8 years ago

In ag.vim, you could edit the results and save them. Does ack.vim do the same thing?

ches commented 8 years ago

Hi, I tried ag.vim a bit at various times but I don't think I'm familiar with this feature—do you mean that you could edit lines in a search results window and have them update in the original files, like a form of search and replace?

mvz commented 5 years ago

Perhaps @synic is thinking of the EnMasse plugin that provides this feature?