Skip to content

Commit 91e5caf

Browse files
authored
Merge pull request #1819 from h-east/update-usr_51
Update usr_51.{txt,jax}
2 parents c55dc3d + cf45acf commit 91e5caf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/usr_51.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_51.txt* For Vim バージョン 9.1. Last change: 2022 Apr 04
1+
*usr_51.txt* For Vim バージョン 9.1. Last change: 2022 Nov 13
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -656,6 +656,8 @@ exists("*s:Func") 関数が定義済かどうかをチェックする。
656656
CompilerSet errorformat& " use the dfault 'errorformat'
657657
CompilerSet makeprg=nmake
658658
659+
Note: 引数は |option-backslash| に従ってエスケープする必要があります。
660+
659661
コンパイラプラグインを書いて、それを Vim の配布物に含めたり、システムのランタ
660662
イムディレクトリに入れたりする場合は、上記の方法を使ってください。
661663
"current_compiler" がユーザープラグインで設定された場合は何も実行しないように

en/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)