Skip to content
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

Update quickfix.{txt,jax} #1987

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 8 additions & 1 deletion doc/quickfix.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 ファイル用のコンパイラプラグインが含まれている。このコンパイラ
Expand Down
9 changes: 8 additions & 1 deletion en/quickfix.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down