Remove spurious slash escaping in vimrc example

This commit is contained in:
Kovid Goyal
2024-12-20 20:51:43 +05:30
parent 0a28521677
commit 3b89c686e6

View File

@@ -201,8 +201,8 @@ In order to make this work, you need to configure your editor as show below:
In :file:`~/.vimrc` add:
.. code-block:: vim
let &t_ti = &t_ti . "\\033]1337;SetUserVar=in_editor=MQo\\007"
let &t_te = &t_te . "\\033]1337;SetUserVar=in_editor\\007"
let &t_ti = &t_ti . "\033]1337;SetUserVar=in_editor=MQo\007"
let &t_te = &t_te . "\033]1337;SetUserVar=in_editor\007"
.. tab:: neovim