We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eefc4 commit e14d35aCopy full SHA for e14d35a
doc/quickfix.jax
@@ -1369,7 +1369,7 @@ RUFF LINTER *compiler-ruff*
1369
よく使用されるコンパイラオプションは、b/g:ruff_makeprg_params 変数を設定するこ
1370
とで 'makeprg' に追加できる。例: >
1371
1372
- let b:ruff_makeprg_params = "--max-line-length"..&textwidth
+ let b:ruff_makeprg_params = "--max-line-length "..&textwidth
1373
1374
グローバルのデフォルトは "--preview" である。
1375
@@ -1378,7 +1378,7 @@ PYLINT LINTER *compiler-pylint*
1378
よく使用されるコンパイラオプションは、b/g:pylint_makeprg_params 変数を設定する
1379
ことで 'makeprg' に追加できる。例: >
1380
1381
- let b:pylint_makeprg_params = "--max-line-length"..&textwidth
+ let b:pylint_makeprg_params = "--max-line-length "..&textwidth
1382
1383
グローバルデフォルトは "--jobs=0" で、(ほぼ) すべてのコアを使用する。
1384
0 commit comments