I am trying to replace D(t
by \zb(t
using the following vim command
:s%|D(t|\zb(t,|g
but I get
Unknown operator '\zb'
How can I replace string with \
inside or replace strings with other strings that have a \
inside?
I am trying to replace D(t
by \zb(t
using the following vim command
:s%|D(t|\zb(t,|g
but I get
Unknown operator '\zb'
How can I replace string with \
inside or replace strings with other strings that have a \
inside?