:s/foo/bar/g not working
markau opened this issue · comments
Mark Andrews commented
Hello, and thank you for this plugin.
I have a line in VSCode on which I want to replace all instances of double quote with single quotes.
This command:
:s/"/'/g
does nothing ...