diff --git a/doc/quickfix.jax b/doc/quickfix.jax index 02c3e908f..01e8b58ff 100644 --- a/doc/quickfix.jax +++ b/doc/quickfix.jax @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11 +*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Mar 11 VIMリファレンスマニュアル by Bram Moolenaar @@ -1673,6 +1673,13 @@ teTeX (Artem Chuprinaによってチェックされた) の両方で使えるよ "-interaction=nonstopmode" をサポートしていなければ、コマンドラインから \nonstopmodeを表現する他の方法とともにその旨を報告してください。 +TSC COMPILER *compiler-tsc* + +b/g:tsc_makeprg 変数を設定することで、実行可能ファイルとコンパイラオプションを +'makeprg' に追加できる。例: > + + let b:tsc_makeprg = "npx tsc --noEmit" + TYPST COMPILER *compiler-typst* Vim には Typst ファイル用のコンパイラプラグインが含まれている。このコンパイラ diff --git a/en/quickfix.txt b/en/quickfix.txt index 834f0e1b6..91e48637a 100644 --- a/en/quickfix.txt +++ b/en/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 9.1. Last change: 2025 Jan 11 +*quickfix.txt* For Vim version 9.1. Last change: 2025 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1722,6 +1722,13 @@ shells and OSes and also does not allow to use other available TeX options, if any. If your TeX doesn't support "-interaction=nonstopmode", please report it with different means to express \nonstopmode from the command line. +TSC COMPILER *compiler-tsc* + +The executable and compiler options can be added to 'makeprg' by setting the +b/g:tsc_makeprg variable. For example: > + + let b:tsc_makeprg = "npx tsc --noEmit" + TYPST COMPILER *compiler-typst* Vim includes a compiler plugin for Typst files. This compiler is enabled