Skip to content

Commit 430be6b

Browse files
authored
Merge pull request #1664 from vim-jp/hh-update-quickfix
Update quickfix.{txt,jax}
2 parents 6750de3 + 08d5887 commit 430be6b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/quickfix.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Aug 05
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Aug 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1295,6 +1295,13 @@ Pandoc コンパイラプラグインは、:make html や :make pdf のように
12951295
る。
12961296
- または、`b:pandoc_compiler_args``g:pandoc_compiler_args` に設定する。
12971297

1298+
`--from` 引数はバッファのファイルタイプを使用した推測である。
1299+
これは、`b:pandoc_compiler_from` を設定することで上書きできる。
1300+
同様に、`--metadata lang` 引数は `&spelllang` を使って設定される。
1301+
これは、`b:pandoc_compiler_lang` を設定することで上書きできる。
1302+
`--from=markdown` が想定されており、タイトルヘッダや YAML ブロックにタイトルが
1303+
設定されていない場合は、ファイル名 (拡張子なし) がタイトルとして使用される。
1304+
12981305
PERL *quickfix-perl* *compiler-perl*
12991306

13001307
Perl コンパイラプラグインはコンパイルはしないが、Perl 内部の構文チェック機能を

en/quickfix.txt

Lines changed: 8 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: 2024 Aug 05
1+
*quickfix.txt* For Vim version 9.1. Last change: 2024 Aug 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1345,6 +1345,13 @@ Additional arguments can be passed to pandoc:
13451345
- either by appending them to make, say `:make html --self-contained` .
13461346
- or setting them in `b:pandoc_compiler_args` or `g:pandoc_compiler_args`.
13471347

1348+
The `--from` argument is an educated guess using the buffer file type;
1349+
it can be overridden by setting `b:pandoc_compiler_from`.
1350+
Likewise the `--metadata lang` argument is set using `&spelllang`;
1351+
it can be overridden by setting `b:pandoc_compiler_lang`.
1352+
If `--from=markdown` is assumed and no title set in a title header or
1353+
YAML block, then the filename (without extension) is used as the title.
1354+
13481355
PERL *quickfix-perl* *compiler-perl*
13491356

13501357
The Perl compiler plugin doesn't actually compile, but invokes Perl's internal

0 commit comments

Comments
 (0)