Skip to content

Commit

Permalink
Remove spurious slash escaping in vimrc example
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 20, 2024
1 parent 0a28521 commit 3b89c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b89c68

Please sign in to comment.