Skip to content

Update usr_51.{txt,jax} #1819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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