Skip to content

Commit

Permalink
Generated by GitHub workflow 10738538233
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2024
1 parent 1d14c30 commit 0e02426
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
15 changes: 9 additions & 6 deletions starting.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
helpname: 'starting'
---
<div id='vimCodeElement'>
<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 Aug 03<br>
<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 Sep 05<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 @@ -833,8 +833,8 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;easy to copy it to another system.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If Vim was started with &quot;-u filename&quot;, the file &quot;filename&quot; is used.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;All following initializations until 4. are skipped. $MYVIMRC is not<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;All following initializations until 4. are skipped. $MYVIMRC and<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$MYVIMDIR are not set.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;vim -u NORC&quot; can be used to skip these initializations without<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reading a file.&nbsp;&nbsp;&quot;vim -u NONE&quot; also skips loading plugins.&nbsp;&nbsp;<a class="Identifier" href="starting.html#-u">-u</a><br>
<br>
Expand All @@ -852,11 +852,13 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Type" href="options.html#'compatible'">'compatible'</a>&nbsp;is only done later.&nbsp;&nbsp;Add a &quot;:set nocp&quot; command if you<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;like.&nbsp;&nbsp;For the Macintosh the $VIMRUNTIME/macmap.vim is read.<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="starting.html#VIMINIT" name="VIMINIT">VIMINIT</a>&nbsp;<a class="Constant" href="starting.html#.vimrc" name=".vimrc">.vimrc</a>&nbsp;<a class="Constant" href="starting.html#_vimrc" name="_vimrc">_vimrc</a>&nbsp;<a class="Constant" href="starting.html#EXINIT" name="EXINIT">EXINIT</a>&nbsp;<a class="Constant" href="starting.html#.exrc" name=".exrc">.exrc</a>&nbsp;<a class="Constant" href="starting.html#_exrc" name="_exrc">_exrc</a>&nbsp;<a class="Constant" href="starting.html#$MYVIMRC" name="$MYVIMRC">$MYVIMRC</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="starting.html#VIMINIT" name="VIMINIT">VIMINIT</a>&nbsp;<a class="Constant" href="starting.html#.vimrc" name=".vimrc">.vimrc</a>&nbsp;<a class="Constant" href="starting.html#_vimrc" name="_vimrc">_vimrc</a>&nbsp;<a class="Constant" href="starting.html#EXINIT" name="EXINIT">EXINIT</a>&nbsp;<a class="Constant" href="starting.html#.exrc" name=".exrc">.exrc</a>&nbsp;<a class="Constant" href="starting.html#_exrc" name="_exrc">_exrc</a>&nbsp;<a class="Constant" href="starting.html#$MYVIMRC" name="$MYVIMRC">$MYVIMRC</a>&nbsp;<a class="Constant" href="starting.html#$MYVIMDIR" name="$MYVIMDIR">$MYVIMDIR</a><br>
&nbsp;&nbsp;&nbsp;&nbsp; c. Five places are searched for initializations.&nbsp;&nbsp;The first that exists<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;is used, the others are ignored.&nbsp;&nbsp;The $MYVIMRC environment variable is<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set to the file that was first found, unless $MYVIMRC was already set<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and when using VIMINIT.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and when using VIMINIT.&nbsp;&nbsp;The $MYVIMDIR environment variable is<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set to the personal&nbsp;<a class="Type" href="options.html#'rtp'">'rtp'</a>&nbsp;directory, however it is not verified<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;that the directory actually exists.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I&nbsp;&nbsp; The environment variable VIMINIT (see also&nbsp;<a class="Identifier" href="starting.html#compatible-default">compatible-default</a>) (*)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The value of $VIMINIT is used as an Ex command line.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;II&nbsp;&nbsp;The user vimrc file(s):<br>
Expand Down Expand Up @@ -976,7 +978,8 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;<a class="Identifier" href="autocmd.html#VimEnter">VimEnter</a>&nbsp;autocommands are executed.<br>
<br>
The $MYVIMRC or $MYGVIMRC file will be set to the first found vimrc and/or<br>
gvimrc file.<br>
gvimrc file while $MYVIMDIR is set to the users personal runtime directory<br>
<a class="Type" href="options.html#'rtp'">'rtp'</a>&nbsp;(typically the first entry in&nbsp;<a class="Type" href="options.html#'runtimepath'">'runtimepath'</a>).<br>
<br>
<br>
<span class="PreProc">Some hints on using initializations</span><br>
Expand Down
1 change: 1 addition & 0 deletions tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<a class="Identifier" href="version5.html#$HOME-use">$HOME-use</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version5.txt<br>
<a class="Identifier" href="options.html#$HOME-windows">$HOME-windows</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options.txt<br>
<a class="Identifier" href="gui.html#$MYGVIMRC">$MYGVIMRC</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gui.txt<br>
<a class="Identifier" href="starting.html#$MYVIMDIR">$MYVIMDIR</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; starting.txt<br>
<a class="Identifier" href="starting.html#$MYVIMRC">$MYVIMRC</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;starting.txt<br>
<a class="Identifier" href="starting.html#$VIM">$VIM</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;starting.txt<br>
<a class="Identifier" href="version5.html#$VIM-use">$VIM-use</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;version5.txt<br>
Expand Down
4 changes: 4 additions & 0 deletions version9.html
Original file line number Diff line number Diff line change
Expand Up @@ -41673,6 +41673,10 @@
Support for&nbsp;<a class="Identifier" href="pattern.html#fuzzy-matching">fuzzy-matching</a>&nbsp;during&nbsp;<a class="Identifier" href="insert.html#ins-completion">ins-completion</a>&nbsp;with the &quot;fuzzy&quot;<br>
values of the&nbsp;<a class="Type" href="options.html#'completeopt'">'completeopt'</a>&nbsp;setting<br>
<br>
The environment variable&nbsp;<a class="Identifier" href="starting.html#$MYVIMDIR">$MYVIMDIR</a>&nbsp;is set to the users personal runtime<br>
directory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfiles<br>
on Windows)<br>
<br>
<span class="PreProc">==============================================================================</span><br>
<span class="Statement">COMPILE TIME CHANGES&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="version9.html#compile-changes-9.2" name="compile-changes-9.2">compile-changes-9.2</a><br>
<br>
Expand Down

0 comments on commit 0e02426

Please sign in to comment.