mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
runtime(doc): mention option-backslash at :h CompilerSet
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
c4208da0f4
commit
dbf231a4b7
@ -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
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
@ -656,6 +656,8 @@ an example: >
|
|||||||
CompilerSet errorformat& " use the default 'errorformat'
|
CompilerSet errorformat& " use the default 'errorformat'
|
||||||
CompilerSet makeprg=nmake
|
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
|
When you write a compiler plugin for the Vim distribution or for a system-wide
|
||||||
runtime directory, use the mechanism mentioned above. When
|
runtime directory, use the mechanism mentioned above. When
|
||||||
"current_compiler" was already set by a user plugin nothing will be done.
|
"current_compiler" was already set by a user plugin nothing will be done.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user