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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1335,6 +1335,18 @@ If Vim was started from the compiler, the :sh and some :! commands will not
13351335work, because Vim is then running in the same process as the compiler and
13361336stdin (standard input) will not be interactive.
13371337
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+
13381350PANDOC *quickfix-pandoc* *compiler-pandoc*
13391351
13401352The Pandoc compiler plugin expects that an output file type extension is
@@ -1347,8 +1359,7 @@ Additional arguments can be passed to pandoc:
13471359
13481360The `-- from` argument is an educated guess using the buffer file type;
13491361it 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' ;
13521363If `- -from =markdown` is assumed and no title set in a title header or
13531364YAML block, then the filename (without extension) is used as the title.
13541365
0 commit comments