vim-abolish
vim-abolish copied to clipboard
Feature request: support for %S//sub/ syntax
the vim-bultin substitute command (:s
) supports the syntax :%s//bar/
, it replaces the pattern in the search register ('/'
) with bar
, I use this syntax all the time, it would be useful to support this syntax for :Subvert
too (:%S//bar/
)
Yes, please :+1:
The problem I see in implementing this is that subvert itself changes the search register, so it could lead to unexpected result the second time you execute it.
+1
+1