1
- *quickfix.txt* For Vim version 9.1. Last change: 2024 Aug 20
1
+ *quickfix.txt* For Vim version 9.1. Last change: 2024 Sep 09
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1335,6 +1335,18 @@ If Vim was started from the compiler, the :sh and some :! commands will not
1335
1335
work, because Vim is then running in the same process as the compiler and
1336
1336
stdin (standard input) will not be interactive.
1337
1337
1338
+ GROFF *quickfix-groff* *compiler-groff*
1339
+
1340
+ The GROFF compiler plugin uses the mom macro set (documented in the groff_mom
1341
+ manpage) as input and expects that the output file type extension is passed to
1342
+ make, say :make html or :make pdf.
1343
+
1344
+ Additional arguments can be passed to groff by setting them in
1345
+ `b: groff_compiler_args ` or `g: groff_compiler_args ` . The `language ` argument
1346
+ passed to groff is set using 'spelllang' ; it can be overridden by setting
1347
+ `b: groff_compiler_lang ` . The default enconding is `UTF- 8 ` and can be changed
1348
+ by setting `b: groff_compiler_encoding ` or `g: groff_compiler_encoding ` .
1349
+
1338
1350
PANDOC *quickfix-pandoc* *compiler-pandoc*
1339
1351
1340
1352
The Pandoc compiler plugin expects that an output file type extension is
@@ -1347,8 +1359,7 @@ Additional arguments can be passed to pandoc:
1347
1359
1348
1360
The `-- from` argument is an educated guess using the buffer file type;
1349
1361
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 ` .
1362
+ The `--metadata lang` argument is set using 'spelllang' ;
1352
1363
If `- -from =markdown` is assumed and no title set in a title header or
1353
1364
YAML block, then the filename (without extension) is used as the title.
1354
1365
0 commit comments