gbprod
gbprod
* feat(substitute): allow to set register and count as operator option by @gbprod in https://github.com/gbprod/substitute.nvim/pull/27 * feat(range): introduce register management for range replacement by @gbprod in https://github.com/gbprod/substitute.nvim/pull/28 * feat(range): introduce...
Breaking change : drop Neovim 0.6.0 support with https://github.com/gbprod/substitute.nvim/pull/32 Use [0.6-compat](https://github.com/gbprod/substitute.nvim/tree/0.6-compat) branch for backward compatibility.
[Big refactoring](https://github.com/gbprod/substitute.nvim/pull/35), please report any bugs or unexpected behaviors :)
You can now use `` to cancel exchange. You can disable it using `exchange.use_esc_to_cancel` option.
That's a good idea ! I'll try to do something
I've made something here : #43 Do you want to try before I'll merge ?
Merged ! Thanks :)
Just merged the PR, you can use `compat-0.5` branch for backward compatibility.
Introduce `highlight_substituted_text` option #57
I will not post new features here, I will now use the Releases ;)