Closed inducer closed 5 years ago
It looks like it processes all \
characters as escapes. Using this with e.g. a LaTeX editor is impractical since every \
command gets removed.
Not sure what I was thinking, but forgot to escape backslashes (in addition to quotes) when creating the vim expression
If the textarea contains a
\t
(not a Tab, but a backslash-T), that shows up as a Tab in vim.