File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -656,6 +656,8 @@ exists("*s:Func") 関数が定義済かどうかをチェックする。
656
656
CompilerSet errorformat& " use the dfault 'errorformat'
657
657
CompilerSet makeprg=nmake
658
658
659
+ Note: 引数は | option-backslash | に従ってエスケープする必要があります。
660
+
659
661
コンパイラプラグインを書いて、それを Vim の配布物に含めたり、システムのランタ
660
662
イムディレクトリに入れたりする場合は、上記の方法を使ってください。
661
663
"current_compiler" がユーザープラグインで設定された場合は何も実行しないように
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -656,6 +656,8 @@ an example: >
656
656
CompilerSet errorformat& " use the default 'errorformat'
657
657
CompilerSet makeprg=nmake
658
658
659
+ Note: arguments need to be escaped according to | option-backslash | .
660
+
659
661
When you write a compiler plugin for the Vim distribution or for a system-wide
660
662
runtime directory, use the mechanism mentioned above. When
661
663
"current_compiler" was already set by a user plugin nothing will be done.
You can’t perform that action at this time.
0 commit comments