From 5d8f1128522b0f699793cbd93d9a2d49ee98bb74 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 12 Mar 2025 22:24:34 +0900 Subject: [PATCH] Update quickfix.{txt,jax} --- doc/quickfix.jax | 9 ++++++++- en/quickfix.txt | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) 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