Open davidbrochart opened 6 years ago
String substitution is broken: :s/this_string/that_string gives the error message Not an editor command: s/this_string/that_string.
:s/this_string/that_string
Not an editor command: s/this_string/that_string
Hi @davidbrochart, this was never been implemented so far, but I take it as a feature request. :-)
Ah you're right!
String substitution is broken:
:s/this_string/that_string
gives the error messageNot an editor command: s/this_string/that_string
.