We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4208da commit dbf231aCopy full SHA for dbf231a
1 file changed
runtime/doc/usr_51.txt
@@ -1,4 +1,4 @@
1
-*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
2
3
VIM USER MANUAL - by Bram Moolenaar
4
@@ -656,6 +656,8 @@ an example: >
656
CompilerSet errorformat& " use the default 'errorformat'
657
CompilerSet makeprg=nmake
658
659
+Note: arguments need to be escaped according to |option-backslash|.
660
+
661
When you write a compiler plugin for the Vim distribution or for a system-wide
662
runtime directory, use the mechanism mentioned above. When
663
"current_compiler" was already set by a user plugin nothing will be done.
0 commit comments