Fix docs: "'" has no special meaning in snippets.

Fixes #565.
This commit is contained in:
Holger Rapp 2015-11-02 09:10:02 +01:00
parent 1ce44ac9c8
commit c9699feed1

View File

@ -704,9 +704,9 @@ from the 'endsnippet' end line.
4.1.1 Character Escaping: *UltiSnips-character-escaping* 4.1.1 Character Escaping: *UltiSnips-character-escaping*
In snippet definitions, the characters '`', '{', '$', '\' and "'" (single In snippet definitions, the characters '`', '{', '$' and '\' have special
quote) have special meaning. If you want to insert one of these characters meaning. If you want to insert one of these characters literally, escape them
literally, escape them with a backslash, '\'. with a backslash, '\'.
4.2 Plaintext Snippets *UltiSnips-plaintext-snippets* 4.2 Plaintext Snippets *UltiSnips-plaintext-snippets*