From a94293614f1c449b7bc8f597f0ff076932042d64 Mon Sep 17 00:00:00 2001 From: Jakob Pfender Date: Tue, 13 Jun 2017 13:51:54 +1200 Subject: [PATCH] fix emphasis in doc file that created a tag Emphasizing 'not' as '*not*' causes :helptags to generate a tag called 'not'. Because people like writing '*not*' in their documentations, this can cause duplicate ta conflicts with other plugins (e.g. Command-T's doc also generates a 'not' tag). --- doc/UltiSnips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index a2a13c8..632a9de 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -316,7 +316,7 @@ alternative function IMAP_Jumpfunc('', 0) is called. 3.2.2 Custom autocommands *UltiSnips-custom-autocommands* ------------------------- -Note Autocommands must *not* change the buffer in any way. If lines are added, +Note Autocommands must not change the buffer in any way. If lines are added, deleted, or modified it will confuse UltiSnips which might scramble your snippets contents.