Hi,

I can not find the solution, how to escape two characters (backslash and
double quote) in substitute command in vim script.

\"bluemarine\"
to change
anything

Code I try:
let repl = substitute(repl, "\\\"bluemarine\\\"", "anything", "g")

What's wrong? I can not figure out.

Thanks,
Aruna

Reply via email to