mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-11 07:46:24 -04:00
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.
|
||
|---|---|---|
| .. | ||
| surround.vim | ||