Remove spurious slash escaping in vimrc example
This commit is contained in:
parent
0a28521677
commit
3b89c686e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue