]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): mention option-backslash at :h CompilerSet
authorChristian Brabandt <cb@256bit.org>
Wed, 13 Nov 2024 19:28:43 +0000 (20:28 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 13 Nov 2024 19:28:43 +0000 (20:28 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_51.txt

index a74795e46c72d750058589fe03d96d678646d6b8..a6e547b9d03e988f9465f257db6862f679ac3be3 100644 (file)
@@ -1,4 +1,4 @@
-*usr_51.txt*   For Vim version 9.1.  Last change: 2024 Apr 04
+*usr_51.txt*   For Vim version 9.1.  Last change: 2024 Nov 13
 
                     VIM USER MANUAL - by Bram Moolenaar
 
@@ -656,6 +656,8 @@ an example: >
   CompilerSet errorformat&             " use the default 'errorformat'
   CompilerSet makeprg=nmake
 
+Note: arguments need to be escaped according to |option-backslash|.
+
 When you write a compiler plugin for the Vim distribution or for a system-wide
 runtime directory, use the mechanism mentioned above.  When
 "current_compiler" was already set by a user plugin nothing will be done.