Skip to content

Commit c52dc68

Browse files
authored
Merge pull request #1854 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents 4c2241f + 5ba9e74 commit c52dc68

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

doc/quickfix.jax

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ PYLINT LINTER *compiler-pylint*
14861486
14871487
let b:pylint_makeprg_params = "--max-line-length "..&textwidth
14881488
1489-
グローバルデフォルトは "--jobs=0" で、(ほぼ) すべてのコアを使用する。
1489+
グローバルのデフォルトは "--jobs=0" で、(ほぼ) すべてのコアを使用する。
14901490

14911491
PYUNIT COMPILER *compiler-pyunit*
14921492

@@ -1509,6 +1509,15 @@ http://pyunit.sourceforge.net
15091509
次も参照。
15101510
http://vim.sourceforge.net/tip_view.php?tip_id=280.
15111511

1512+
PYTEST COMPILER *compiler-pytest*
1513+
1514+
よく使用されるコンパイラオプションは、b/g:pytest_makeprg_params 変数を設定する
1515+
ことで 'makeprg' に追加できる。例: >
1516+
1517+
let b:pytest_makeprg_params = "--verbose --no-summary --disable-warnings"
1518+
1519+
グローバルのデフォルトは "--tb=short --quiet" である。Python の警告は抑制され
1520+
る。
15121521

15131522
TEX COMPILER *compiler-tex*
15141523

en/quickfix.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,14 @@ Useful values for the 'makeprg' options therefore are:
15571557

15581558
Also see http://vim.sourceforge.net/tip_view.php?tip_id=280.
15591559

1560+
PYTEST COMPILER *compiler-pytest*
1561+
1562+
Commonly used compiler options can be added to 'makeprg' by setting the
1563+
b/g:pytest_makeprg_params variable. For example: >
1564+
1565+
let b:pytest_makeprg_params = "--verbose --no-summary --disable-warnings"
1566+
1567+
The global default is "--tb=short --quiet"; Python warnings are suppressed.
15601568

15611569
TEX COMPILER *compiler-tex*
15621570

0 commit comments

Comments
 (0)