Skip to content

Commit b2ff7e0

Browse files
authored
Merge pull request #2399 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents a155ed6 + e36f20b commit b2ff7e0

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

doc/quickfix.jax

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Oct 28
22

33

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

1675+
TOMBI *quickfix-toml* *compiler-tombi*
1676+
1677+
tombi コンパイラプラグインはコンパイルしない。
1678+
1679+
"tombi lint" を実行し、診断結果を quickfix リスト取り込む。
1680+
1681+
|errorformat| の解析の信頼性を保つため、リンターの出力からカラーコードが削除さ
1682+
れる。このため、tombi リンターの古いバージョンでは、動作する "sed" が必要にな
1683+
る場合がある。
1684+
16751685
TSC COMPILER *compiler-tsc*
16761686

16771687
b/g:tsc_makeprg 変数を設定することで、実行可能ファイルとコンパイラオプションを

en/quickfix.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*quickfix.txt* For Vim version 9.1. Last change: 2025 Oct 28
22

33

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

1727+
TOMBI *quickfix-toml* *compiler-tombi*
1728+
1729+
The tombi compiler plugin does not compile.
1730+
1731+
It runs "tombi lint" and parses diagnostics into the quickfix list.
1732+
1733+
Color codes are stripped from the linter output to keep |errorformat|
1734+
parsing reliable. This may require a working "sed" for old versions of the
1735+
tombi linter.
1736+
17271737
TSC COMPILER *compiler-tsc*
17281738

17291739
The executable and compiler options can be added to 'makeprg' by setting the

0 commit comments

Comments
 (0)