Skip to content

Commit

Permalink
Generated by GitHub workflow 11817516065
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 9aa042b commit 64185b4
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 11 deletions.
4 changes: 3 additions & 1 deletion change.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'change'
---
<div id='vimCodeElement'>
<a class="Constant" href="change.html" name="change.txt">change.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 07<br>
<a class="Constant" href="change.html" name="change.txt">change.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 12<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 @@ -591,6 +591,8 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;program&nbsp;<span class="Special">{filter}</span>&nbsp;(for&nbsp;<span class="Special">{Visual}</span>&nbsp;see&nbsp;<a class="Identifier" href="visual.html#Visual-mode">Visual-mode</a>).<br>
<br>
:<span class="Special">{range}</span>![!]<span class="Special">{filter}</span>&nbsp;[!]<span class="Special">[arg]</span>&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;<a class="Constant" href="change.html#:range!" name=":range!">:range!</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For executing external commands see&nbsp;<a class="Identifier" href="various.html#:!">:!</a><br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter&nbsp;<span class="Special">{range}</span>&nbsp;lines through the external program<br>
&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 class="Special">{filter}</span>.&nbsp;&nbsp;Vim replaces the optional bangs with the<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;latest given command and appends the optional&nbsp;<span class="Special">[arg]</span>.<br>
Expand Down
15 changes: 14 additions & 1 deletion filetype.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'filetype'
---
<div id='vimCodeElement'>
<a class="Constant" href="filetype.html" name="filetype.txt">filetype.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 09<br>
<a class="Constant" href="filetype.html" name="filetype.txt">filetype.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 12<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 @@ -672,6 +672,19 @@
Since the text for this plugin is rather long it has been put in a separate<br>
file:&nbsp;<a class="Identifier" href="ft_hare.html">ft_hare.txt</a>.<br>
<br>
<span class="Statement">IDRIS2&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="filetype.html#ft-idris2-plugin" name="ft-idris2-plugin">ft-idris2-plugin</a><br>
<br>
By default the following options are set:<br>
<br>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setlocal shiftwidth=2 tabstop=2 expandtab<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setlocal comments=s1:{-,mb:-,ex:-},:\|\|\|,:--<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setlocal commentstring=--\ %s<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setlocal wildignore+=*.ibc</div>
<br>
To use tabs instead of spaces for indentation, set the following variable<br>
in your vimrc:<br>
<br>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2#allow_tabchar = 1</div>
<br>
<span class="Statement">JAVA&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="filetype.html#ft-java-plugin" name="ft-java-plugin">ft-java-plugin</a><br>
<br>
Expand Down
34 changes: 33 additions & 1 deletion indent.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'indent'
---
<div id='vimCodeElement'>
<a class="Constant" href="indent.html" name="indent.txt">indent.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 05<br>
<a class="Constant" href="indent.html" name="indent.txt">indent.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 12<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 @@ -818,6 +818,38 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : GetCSSIndent()&nbsp;&nbsp;&nbsp;&nbsp; else<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- --&gt; : -1<br>
<br>
<span class="Statement">IDRIS2&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="indent.html#ft-idris2-indent" name="ft-idris2-indent">ft-idris2-indent</a><br>
<br>
Idris 2 indentation can be configured with several variables that control the<br>
indentation level for different language constructs:<br>
<br>
The &quot;g:idris2_indent_if&quot; variable controls the indentation of&nbsp;<span class="Comment">then</span>&nbsp;and&nbsp;<a class="Comment" href="eval.html#:else">else</a><br>
blocks after&nbsp;<a class="Comment" href="eval.html#:if">if</a>&nbsp;statements. Defaults to 3.<br>
<br>
The &quot;g:idris2_indent_case&quot; variable controls the indentation of patterns in<br>
<a class="Comment" href="change.html#case">case</a>&nbsp;expressions. Defaults to 5.<br>
<br>
The &quot;g:idris2_indent_let&quot; variable controls the indentation after&nbsp;<a class="Comment" href="eval.html#:let">let</a><br>
bindings. Defaults to 4.<br>
<br>
The &quot;g:idris2_indent_rewrite&quot; variable controls the indentation after&nbsp;<span class="Comment">rewrite</span><br>
expressions. Defaults to 8.<br>
<br>
The &quot;g:idris2_indent_where&quot; variable controls the indentation of&nbsp;<span class="Comment">where</span><br>
blocks. Defaults to 6.<br>
<br>
The &quot;g:idris2_indent_do&quot; variable controls the indentation in&nbsp;<a class="Comment" href="diff.html#do">do</a>&nbsp;blocks.<br>
Defaults to 3.<br>
<br>
Example configuration:<br>
<br>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2_indent_if = 2<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2_indent_case = 4<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2_indent_let = 4<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2_indent_rewrite = 8<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2_indent_where = 6<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:idris2_indent_do = 3</div>
<br>
<br>
<span class="Statement">MATLAB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="indent.html#ft-matlab-indent" name="ft-matlab-indent">ft-matlab-indent</a>&nbsp;<a class="Constant" href="indent.html#matlab-indent" name="matlab-indent">matlab-indent</a>&nbsp;<a class="Constant" href="indent.html#matlab-indenting" name="matlab-indenting">matlab-indenting</a><br>
<br>
Expand Down
9 changes: 4 additions & 5 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 Nov 10<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 Nov 12<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 @@ -1424,7 +1424,7 @@
Commonly used compiler options can be added to&nbsp;<a class="Type" href="options.html#'makeprg'">'makeprg'</a>&nbsp;by setting the<br>
b/g:ruff_makeprg_params variable.&nbsp;&nbsp;For example:<br>
<br>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let b:ruff_makeprg_params = &quot;--max-line-length&quot;..&amp;textwidth</div>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let b:ruff_makeprg_params = &quot;--max-line-length &quot;..&amp;textwidth</div>
<br>
The global default is &quot;--preview&quot;.<br>
<br>
Expand All @@ -1433,10 +1433,9 @@
Commonly used compiler options can be added to&nbsp;<a class="Type" href="options.html#'makeprg'">'makeprg'</a>&nbsp;by setting the<br>
b/g:pylint_makeprg_params variable.&nbsp;&nbsp;For example:<br>
<br>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let b:pylint_makeprg_params = &quot;--max-line-length&quot;..&amp;textwidth</div>
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let b:pylint_makeprg_params = &quot;--max-line-length &quot;..&amp;textwidth</div>
<br>
The global default is &quot;--jobs=n&quot; where n is the number of cores as reported<br>
by getconf, if executable. Otherwise it defaults to &quot;&quot;.<br>
The global default is &quot;--jobs=0&quot; to use (almost) all cores.<br>
<br>
<span class="Statement">PYUNIT COMPILER&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="quickfix.html#compiler-pyunit" name="compiler-pyunit">compiler-pyunit</a><br>
<br>
Expand Down
2 changes: 2 additions & 0 deletions tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -7804,6 +7804,8 @@
<a class="Identifier" href="syntax.html#ft-html-syntax">ft-html-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.txt<br>
<a class="Identifier" href="syntax.html#ft-htmlos-syntax">ft-htmlos-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.txt<br>
<a class="Identifier" href="syntax.html#ft-ia64-syntax">ft-ia64-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.txt<br>
<a class="Identifier" href="indent.html#ft-idris2-indent">ft-idris2-indent</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;indent.txt<br>
<a class="Identifier" href="filetype.html#ft-idris2-plugin">ft-idris2-plugin</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filetype.txt<br>
<a class="Identifier" href="syntax.html#ft-inform-syntax">ft-inform-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.txt<br>
<a class="Identifier" href="filetype.html#ft-java-plugin">ft-java-plugin</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filetype.txt<br>
<a class="Identifier" href="syntax.html#ft-java-syntax">ft-java-syntax</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.txt<br>
Expand Down
7 changes: 6 additions & 1 deletion usr_10.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'usr_10'
---
<div id='vimCodeElement'>
<a class="Constant" href="usr_10.html" name="usr_10.txt">usr_10.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2019 Nov 22<br>
<a class="Constant" href="usr_10.html" name="usr_10.txt">usr_10.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 12<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VIM USER MANUAL - by Bram Moolenaar<br>
<br>
Expand Down Expand Up @@ -741,6 +741,11 @@
command prints the current time and date.&nbsp;&nbsp;&quot;!!date<span class="Special">&lt;Enter&gt;</span>&quot; replaces the current<br>
line with the output of &quot;date&quot;.&nbsp;&nbsp;This is useful to add a timestamp to a file.<br>
<br>
<span class="Todo">Note</span>: There is a difference between &quot;!cmd&quot; (e.g. using it without any file<br>
range) and &quot;<span class="Special">{range}</span>!cmd&quot;.&nbsp;&nbsp;While the former will simply execute the external<br>
command and Vim will show the output, the latter will filter&nbsp;<span class="Special">{range}</span>lines<br>
through the filter and replace that range by the result of the filter command.<br>
See&nbsp;<a class="Identifier" href="various.html#:!">:!</a>&nbsp;and&nbsp;<a class="Identifier" href="change.html#:range!">:range!</a>&nbsp;for details.<br>
<br>
WHEN IT DOESN'T WORK<br>
<br>
Expand Down
5 changes: 3 additions & 2 deletions various.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'various'
---
<div id='vimCodeElement'>
<a class="Constant" href="various.html" name="various.txt">various.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 05<br>
<a class="Constant" href="various.html" name="various.txt">various.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 12<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 @@ -259,7 +259,8 @@
<br>
&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="various.html#:!cmd" name=":!cmd">:!cmd</a>&nbsp;<a class="Constant" href="various.html#:!" name=":!">:!</a><br>
:!<span class="Special">{cmd}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Execute&nbsp;<span class="Special">{cmd}</span>&nbsp;with the shell.&nbsp;&nbsp;See also the&nbsp;<a class="Type" href="options.html#'shell'">'shell'</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and&nbsp;<a class="Type" href="options.html#'shelltype'">'shelltype'</a>&nbsp;option.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and&nbsp;<a class="Type" href="options.html#'shelltype'">'shelltype'</a>&nbsp;option.&nbsp;&nbsp;For the filter command, see<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Identifier" href="change.html#:range!">:range!</a>.<br>
&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="various.html#E34" name="E34">E34</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Any '!' in&nbsp;<span class="Special">{cmd}</span>&nbsp;is replaced with the previous<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;external command (see also&nbsp;<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a>).&nbsp;&nbsp;But not when<br>
Expand Down

0 comments on commit 64185b4

Please sign in to comment.