Skip to content

Commit dbf231a

Browse files
committed
runtime(doc): mention option-backslash at :h CompilerSet
Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent c4208da commit dbf231a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/doc/usr_51.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_51.txt* For Vim version 9.1. Last change: 2024 Apr 04
1+
*usr_51.txt* For Vim version 9.1. Last change: 2024 Nov 13
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -656,6 +656,8 @@ an example: >
656656
CompilerSet errorformat& " use the default 'errorformat'
657657
CompilerSet makeprg=nmake
658658
659+
Note: arguments need to be escaped according to |option-backslash|.
660+
659661
When you write a compiler plugin for the Vim distribution or for a system-wide
660662
runtime directory, use the mechanism mentioned above. When
661663
"current_compiler" was already set by a user plugin nothing will be done.

0 commit comments

Comments
 (0)