Skip to content

Commit

Permalink
Merge pull request #1819 from h-east/update-usr_51
Browse files Browse the repository at this point in the history
Update usr_51.{txt,jax}
  • Loading branch information
h-east authored Nov 14, 2024
2 parents c55dc3d + cf45acf commit 91e5caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/usr_51.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_51.txt* For Vim バージョン 9.1. Last change: 2022 Apr 04
*usr_51.txt* For Vim バージョン 9.1. Last change: 2022 Nov 13

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -656,6 +656,8 @@ exists("*s:Func") 関数が定義済かどうかをチェックする。
CompilerSet errorformat& " use the dfault 'errorformat'
CompilerSet makeprg=nmake
Note: 引数は |option-backslash| に従ってエスケープする必要があります。

コンパイラプラグインを書いて、それを Vim の配布物に含めたり、システムのランタ
イムディレクトリに入れたりする場合は、上記の方法を使ってください。
"current_compiler" がユーザープラグインで設定された場合は何も実行しないように
Expand Down
4 changes: 3 additions & 1 deletion en/usr_51.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -656,6 +656,8 @@ an example: >
CompilerSet errorformat& " use the default 'errorformat'
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
runtime directory, use the mechanism mentioned above. When
"current_compiler" was already set by a user plugin nothing will be done.
Expand Down

0 comments on commit 91e5caf

Please sign in to comment.