Skip to content

Commit f4ce303

Browse files
authored
Merge pull request #1987 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents 36da2ca + 5d8f112 commit f4ce303

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/quickfix.jax

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Mar 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1673,6 +1673,13 @@ teTeX (Artem Chuprinaによってチェックされた) の両方で使えるよ
16731673
"-interaction=nonstopmode" をサポートしていなければ、コマンドラインから
16741674
\nonstopmodeを表現する他の方法とともにその旨を報告してください。
16751675

1676+
TSC COMPILER *compiler-tsc*
1677+
1678+
b/g:tsc_makeprg 変数を設定することで、実行可能ファイルとコンパイラオプションを
1679+
'makeprg' に追加できる。例: >
1680+
1681+
let b:tsc_makeprg = "npx tsc --noEmit"
1682+
16761683
TYPST COMPILER *compiler-typst*
16771684

16781685
Vim には Typst ファイル用のコンパイラプラグインが含まれている。このコンパイラ

en/quickfix.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2025 Jan 11
1+
*quickfix.txt* For Vim version 9.1. Last change: 2025 Mar 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1722,6 +1722,13 @@ shells and OSes and also does not allow to use other available TeX options,
17221722
if any. If your TeX doesn't support "-interaction=nonstopmode", please
17231723
report it with different means to express \nonstopmode from the command line.
17241724

1725+
TSC COMPILER *compiler-tsc*
1726+
1727+
The executable and compiler options can be added to 'makeprg' by setting the
1728+
b/g:tsc_makeprg variable. For example: >
1729+
1730+
let b:tsc_makeprg = "npx tsc --noEmit"
1731+
17251732
TYPST COMPILER *compiler-typst*
17261733

17271734
Vim includes a compiler plugin for Typst files. This compiler is enabled

0 commit comments

Comments
 (0)