Skip to content

Commit

Permalink
Generated by GitHub workflow 10792681549
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent e538634 commit 80a7ea6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 14 additions & 3 deletions quickfix.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'quickfix'
---
<div id='vimCodeElement'>
<a class="Constant" href="quickfix.html" name="quickfix.txt">quickfix.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Aug 20<br>
<a class="Constant" href="quickfix.html" name="quickfix.txt">quickfix.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Sep 09<br>
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIM REFERENCE MANUAL&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
Expand Down Expand Up @@ -1340,6 +1340,18 @@
work, because Vim is then running in the same process as the compiler and<br>
stdin (standard input) will not be interactive.<br>
<br>
<span class="Statement">GROFF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="quickfix.html#quickfix-groff" name="quickfix-groff">quickfix-groff</a>&nbsp;<a class="Constant" href="quickfix.html#compiler-groff" name="compiler-groff">compiler-groff</a><br>
<br>
The GROFF compiler plugin uses the mom macro set (documented in the groff_mom<br>
manpage) as input and expects that the output file type extension is passed to<br>
make, say :make html or :make pdf.<br>
<br>
Additional arguments can be passed to groff by setting them in<br>
<span class="Comment">b:groff_compiler_args</span>&nbsp;or&nbsp;<span class="Comment">g:groff_compiler_args</span>. The&nbsp;<a class="Comment" href="mlang.html#:language">language</a>&nbsp;argument<br>
passed to groff is set using&nbsp;<a class="Type" href="options.html#'spelllang'">'spelllang'</a>; it can be overridden by setting<br>
<span class="Comment">b:groff_compiler_lang</span>. The default enconding is&nbsp;<a class="Comment" href="mbyte.html#UTF-8">UTF-8</a>&nbsp;and can be changed<br>
by setting&nbsp;<span class="Comment">b:groff_compiler_encoding</span>&nbsp;or&nbsp;<span class="Comment">g:groff_compiler_encoding</span>.<br>
<br>
<span class="Statement">PANDOC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="quickfix.html#quickfix-pandoc" name="quickfix-pandoc">quickfix-pandoc</a>&nbsp;<a class="Constant" href="quickfix.html#compiler-pandoc" name="compiler-pandoc">compiler-pandoc</a><br>
<br>
The Pandoc compiler plugin expects that an output file type extension is<br>
Expand All @@ -1352,8 +1364,7 @@
<br>
The&nbsp;<span class="Comment">--from</span>&nbsp;argument is an educated guess using the buffer file type;<br>
it can be overridden by setting&nbsp;<span class="Comment">b:pandoc_compiler_from</span>.<br>
Likewise the&nbsp;<span class="Comment">--metadata lang</span>&nbsp;argument is set using&nbsp;<span class="Comment">&amp;spelllang</span>;<br>
it can be overridden by setting&nbsp;<span class="Comment">b:pandoc_compiler_lang</span>.<br>
The&nbsp;<span class="Comment">--metadata lang</span>&nbsp;argument is set using&nbsp;<a class="Type" href="options.html#'spelllang'">'spelllang'</a>;<br>
If&nbsp;<span class="Comment">--from=markdown</span>&nbsp;is assumed and no title set in a title header or<br>
YAML block, then the filename (without extension) is used as the title.<br>
<br>
Expand Down
2 changes: 2 additions & 0 deletions tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -6552,6 +6552,7 @@
<a class="Identifier" href="quickfix.html#compiler-dotnet">compiler-dotnet</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.txt<br>
<a class="Identifier" href="quickfix.html#compiler-gcc">compiler-gcc</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="ft_ada.html#compiler-gnat">compiler-gnat</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ft_ada.txt<br>
<a class="Identifier" href="quickfix.html#compiler-groff">compiler-groff</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="ft_ada.html#compiler-hpada">compiler-hpada</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ft_ada.txt<br>
<a class="Identifier" href="quickfix.html#compiler-javac">compiler-javac</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="quickfix.html#compiler-manx">compiler-manx</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.txt<br>
Expand Down Expand Up @@ -10112,6 +10113,7 @@
<a class="Identifier" href="quickfix.html#quickfix-error-lists">quickfix-error-lists</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="usr_41.html#quickfix-functions">quickfix-functions</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;usr_41.txt<br>
<a class="Identifier" href="quickfix.html#quickfix-gcc">quickfix-gcc</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="quickfix.html#quickfix-groff">quickfix-groff</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="quickfix.html#quickfix-index">quickfix-index</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.txt<br>
<a class="Identifier" href="quickfix.html#quickfix-manx">quickfix-manx</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.txt<br>
<a class="Identifier" href="quickfix.html#quickfix-pandoc">quickfix-pandoc</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.txt<br>
Expand Down

0 comments on commit 80a7ea6

Please sign in to comment.