vrothberg/vgrep

"All" selector not working?

marcosnils opened this issue · 5 comments

IIUC from this example (https://github.com/vrothberg/vgrep#more-commands-and-the-interactive-shell) I could use an "all" selector to edit all the matched expressions, is that correct? I'm getting a "unsupported command 'all'" when trying to use that.

$ vgrep -s all
unsupported command "all"

Am I missing something here?

Thank you for reaching out, @marcosnils!

That's possibly a regression when porting vgrep from python to go a couple of years ago. Interested in opening a PR?

Sure, will send a fix today.

Are you still interested? If you don't find time, no problem at all. I can take over if needed.

Thanks, I tracked it down to a malformed regex. It's working now :)