Skip to content

Commit e1118a3

Browse files
1 parent 04f0310 commit e1118a3

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

options.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'options'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="options.html" name="options.txt">options.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 May 07<br>
6+
<a class="Constant" href="options.html" name="options.txt">options.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 May 19<br>
77
<br>
88
<br>
99
&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>
@@ -1920,7 +1920,7 @@
19201920
&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">feature}</span><br>
19211921
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A template for a comment.&nbsp;&nbsp;The &quot;%s&quot; in the value is replaced with the<br>
19221922
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;comment text.&nbsp;&nbsp;Currently only used to add markers for folding, see<br>
1923-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Identifier" href="fold.html#fold-marker">fold-marker</a>.<br>
1923+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Identifier" href="fold.html#fold-marker">fold-marker</a>.&nbsp;&nbsp;Also used by comment plugins&nbsp;<a class="Identifier" href="usr_05.html#comment-install">comment-install</a>.<br>
19241924
<br>
19251925
&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="options.html#'compatible'" name="'compatible'">'compatible'</a>&nbsp;<a class="Constant" href="options.html#'cp'" name="'cp'">'cp'</a>&nbsp;<a class="Constant" href="options.html#'nocompatible'" name="'nocompatible'">'nocompatible'</a>&nbsp;<a class="Constant" href="options.html#'nocp'" name="'nocp'">'nocp'</a><br>
19261926
<a class="Type" href="options.html#'compatible'">'compatible'</a>&nbsp;<a class="Type" href="options.html#'cp'">'cp'</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; boolean (default on, off when a&nbsp;<a class="Identifier" href="starting.html#vimrc">vimrc</a>&nbsp;or&nbsp;<a class="Identifier" href="gui.html#gvimrc">gvimrc</a><br>

starting.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'starting'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="starting.html" name="starting.txt">starting.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 May 05<br>
6+
<a class="Constant" href="starting.html" name="starting.txt">starting.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 May 18<br>
77
<br>
88
<br>
99
&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>
@@ -1717,7 +1717,8 @@
17171717
&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="starting.html#viminfo-file-name">viminfo-file-name</a>&nbsp;above).<br>
17181718
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If [!] is given, then any information that is<br>
17191719
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;already set (registers, marks,&nbsp;<a class="Identifier" href="eval.html#v:oldfiles">v:oldfiles</a>, etc.)<br>
1720-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;will be overwritten.<br>
1720+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;will be overwritten.&nbsp;&nbsp;&quot;E195&quot; may be given, when<br>
1721+
&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="Type" href="options.html#'viminfofile'">'viminfofile'</a>&nbsp;has been set to &quot;NONE&quot;.<br>
17211722
<br>
17221723
&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="starting.html#:wv" name=":wv">:wv</a>&nbsp;<a class="Constant" href="starting.html#:wviminfo" name=":wviminfo">:wviminfo</a>&nbsp;<a class="Constant" href="starting.html#E137" name="E137">E137</a>&nbsp;<a class="Constant" href="starting.html#E138" name="E138">E138</a>&nbsp;<a class="Constant" href="starting.html#E574" name="E574">E574</a>&nbsp;<a class="Constant" href="starting.html#E886" name="E886">E886</a>&nbsp;<a class="Constant" href="starting.html#E929" name="E929">E929</a><br>
17231724
:wv[iminfo][!]&nbsp;<span class="Special">[file]</span>&nbsp;&nbsp; Write to viminfo file&nbsp;<span class="Special">[file]</span>&nbsp;(default: see<br>

usr_21.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'usr_21'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="usr_21.html" name="usr_21.txt">usr_21.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2019 Apr 25<br>
6+
<a class="Constant" href="usr_21.html" name="usr_21.txt">usr_21.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim version 9.1.</span>&nbsp;&nbsp;Last change: 2024 May 17<br>
77
<br>
88
&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>
99
<br>
@@ -212,6 +212,23 @@
212212
<br>
213213
Type &quot;2&quot; and press&nbsp;<span class="Special">&lt;Enter&gt;</span>&nbsp;to edit the second file.<br>
214214
<br>
215+
If you know that the filename contains a pattern, you can also&nbsp;<a class="Identifier" href="various.html#:filter">:filter</a>&nbsp;the<br>
216+
list of files:<br>
217+
<br>
218+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:filter /resume/ :browse oldfiles</div>
219+
<br>
220+
Since there is only one single matching filename, Vim will directly edit that<br>
221+
file without prompting.&nbsp;&nbsp;If the filter matches several files, you'll get<br>
222+
prompted for the list of matching files instead:<br>
223+
<br>
224+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:filter! /resume/ browse oldfiles</div>
225+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="PreProc">1: ~/.viminfo</span><br>
226+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="PreProc">3: /tmp/draft</span><br>
227+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="PreProc">Type number and &lt;Enter&gt; (q or empty cancels):</span><br>
228+
<br>
229+
<span class="Todo">Note</span>: this time we filtered out all files NOT matching resume.<br>
230+
<br>
231+
<br>
215232
More info at&nbsp;<a class="Identifier" href="starting.html#:oldfiles">:oldfiles</a>,&nbsp;<a class="Identifier" href="eval.html#v:oldfiles">v:oldfiles</a>&nbsp;and&nbsp;<a class="Identifier" href="cmdline.html#c_#<">c_#&lt;</a>.<br>
216233
<br>
217234
<br>

0 commit comments

Comments
 (0)