From cf45acf95d40eea683a6ae6f7a59e7162b25af5f Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 14 Nov 2024 15:57:27 +0900 Subject: [PATCH] Update usr_51.{txt,jax} --- doc/usr_51.jax | 4 +++- en/usr_51.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/usr_51.jax b/doc/usr_51.jax index 5021b6638..b9dcc93c8 100644 --- a/doc/usr_51.jax +++ b/doc/usr_51.jax @@ -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 @@ -656,6 +656,8 @@ exists("*s:Func") 関数が定義済かどうかをチェックする。 CompilerSet errorformat& " use the dfault 'errorformat' CompilerSet makeprg=nmake +Note: 引数は |option-backslash| に従ってエスケープする必要があります。 + コンパイラプラグインを書いて、それを Vim の配布物に含めたり、システムのランタ イムディレクトリに入れたりする場合は、上記の方法を使ってください。 "current_compiler" がユーザープラグインで設定された場合は何も実行しないように diff --git a/en/usr_51.txt b/en/usr_51.txt index a74795e46..a6e547b9d 100644 --- a/en/usr_51.txt +++ b/en/usr_51.txt @@ -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 @@ -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.