vim-abolish icon indicating copy to clipboard operation
vim-abolish copied to clipboard

Feature request: support for %S//sub/ syntax

Open molok opened this issue 12 years ago • 4 comments

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/)

molok avatar Aug 24 '12 07:08 molok

Yes, please :+1:

barraponto avatar Mar 31 '13 14:03 barraponto

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.

molok avatar Mar 31 '13 17:03 molok

+1

arecarn avatar Oct 09 '13 21:10 arecarn

+1

dsummersl avatar May 22 '15 19:05 dsummersl