tpope.vim-surround/plugin
Konfekt f4bd45d7de Turn \ into a prepended escape character like <space>
Turn \ into an additional escape character which precedes the surrround
character that follows \.

For example ysiw\B with the cursor at word gives \{word\}. That is, \ is
analogous to <space>.

This is useful in LaTeX where some surround characters such as {} must
be escaped to be displayed, and \( \) and \[ \] are used to display
math.
2016-02-20 20:10:11 +01:00
..
surround.vim Turn \ into a prepended escape character like <space> 2016-02-20 20:10:11 +01:00