File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Aug 05
1
+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Aug 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1295,6 +1295,13 @@ Pandoc コンパイラプラグインは、:make html や :make pdf のように
1295
1295
る。
1296
1296
- または、`b: pandoc_compiler_args ` か `g: pandoc_compiler_args ` に設定する。
1297
1297
1298
+ `-- from` 引数はバッファのファイルタイプを使用した推測である。
1299
+ これは、`b: pandoc_compiler_from ` を設定することで上書きできる。
1300
+ 同様に、`--metadata lang` 引数は `&spelllang ` を使って設定される。
1301
+ これは、`b: pandoc_compiler_lang ` を設定することで上書きできる。
1302
+ `- -from =markdown` が想定されており、タイトルヘッダや YAML ブロックにタイトルが
1303
+ 設定されていない場合は、ファイル名 (拡張子なし) がタイトルとして使用される。
1304
+
1298
1305
PERL *quickfix-perl* *compiler-perl*
1299
1306
1300
1307
Perl コンパイラプラグインはコンパイルはしないが、Perl 内部の構文チェック機能を
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1345,6 +1345,13 @@ Additional arguments can be passed to pandoc:
1345
1345
- either by appending them to make, say `:make html --self-contained` .
1346
1346
- or setting them in `b: pandoc_compiler_args ` or `g: pandoc_compiler_args ` .
1347
1347
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
+
1348
1355
PERL *quickfix-perl* *compiler-perl*
1349
1356
1350
1357
The Perl compiler plugin doesn't actually compile, but invokes Perl's internal
You can’t perform that action at this time.
0 commit comments