AckslD / muren.nvim

Multiple replacements in neovim
363 stars 5 forks source link

Feature request: Apply replacement in selected region #21

Closed TroySigX closed 1 year ago

TroySigX commented 1 year ago

How about only executing substitution in selected area in visual mode?

AckslD commented 1 year ago

That should already work if you call eg MurenToggle in visual mode. Is it not?

TroySigX commented 1 year ago

When I tried to do that, neovim shows the error '<,'>MurenToggle E492: Not an editor command: '<,'>MurenToggle

AckslD commented 1 year ago

Are you on the latest version or muren?

TroySigX commented 1 year ago

Yes, I updated it 3 hours ago

TroySigX commented 1 year ago

Hmm, now that I try it, it works, sorry about that