Skip to content

Commit 18288e8

Browse files
authored
Merge pull request #2455 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents e7f79aa + f45f30a commit 18288e8

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

doc/quickfix.jax

Lines changed: 10 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 Nov 09
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Dec 21
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1600,6 +1600,15 @@ MYPY TYPE CHECKER *compiler-mypy*
16001600
16011601
グローバルのデフォルトは "--strict --ignore-missing-imports" である。
16021602

1603+
TY TYPE CHECKER *compiler-ty*
1604+
1605+
よく使用されるコンパイラオプションと実行可能ファイルは、b/g:ty_makeprg 変数に
1606+
よって設定できる。例: >
1607+
1608+
let b:ty_makeprg = "uv run ty"
1609+
1610+
グローバルのデフォルトは "ty --no-progress --color=never" である。
1611+
16031612
RUFF LINTER *compiler-ruff*
16041613

16051614
よく使用されるコンパイラオプションは、b/g:ruff_makeprg_params 変数を設定するこ

en/quickfix.txt

Lines changed: 10 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 Nov 09
1+
*quickfix.txt* For Vim version 9.1. Last change: 2025 Dec 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1654,6 +1654,15 @@ b/g:mypy_makeprg_params variable. For example: >
16541654
16551655
The global default is "--strict --ignore-missing-imports".
16561656

1657+
TY TYPE CHECKER *compiler-ty*
1658+
1659+
Commonly used compiler options and executable can be set by the
1660+
b/g:ty_makeprg variable. For example: >
1661+
1662+
let b:ty_makeprg = "uv run ty"
1663+
1664+
The global default is "ty --no-progress --color=never".
1665+
16571666
RUFF LINTER *compiler-ruff*
16581667

16591668
Commonly used compiler options can be added to 'makeprg' by setting the

0 commit comments

Comments
 (0)