não é a melhor solução para isso. Eu estava fazendo algum helpgrep em \=
E eu acho isso:
*sub-replace-special* *:s\=*
When the {string} starts with "\=" it is evaluated as an expression, see
|sub-replace-expression|. You can use that for any special characters.
Otherwise these characters in {string} have a special meaning:
Se você insistir em usar sub-teste, poderá usá-lo desta maneira:
s:\a*\a:\='"'.submatch(0).'"'
No entanto, uma solução mais legível é:
s:\a*\a:" *sub-replace-special* *:s\=*
When the {string} starts with "\=" it is evaluated as an expression, see
|sub-replace-expression|. You can use that for any special characters.
Otherwise these characters in {string} have a special meaning:
"