Deploy PR #971 preview

This commit is contained in:
GitHub Actions 2025-06-25 09:03:17 +00:00
commit 2e76e6f5e6

View file

@ -34666,11 +34666,11 @@ anything</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Define what to do when Neovim is started without arguments.</p><p>Takes either one of <code class="literal">&quot;Disabled&quot;</code>, <code class="literal">&quot;CurrentDir&quot;</code>, <code class="literal">&quot;LastSession</code> in which case the value <p>Define what to do when Neovim is started without arguments.</p><p>Takes either one of <code class="literal">&quot;Disabled&quot;</code>, <code class="literal">&quot;CurrentDir&quot;</code>, <code class="literal">&quot;LastSession&quot;</code>, <code class="literal">&quot;GitSession&quot;</code> in which case the value
will be inserted into <code class="literal">sm.AutoloadMode.&lt;value&gt;</code>, or an inline Lua value.</p> will be inserted into <code class="literal">sm.AutoloadMode.&lt;value&gt;</code>, or an inline Lua value.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
one of “Disabled”, “CurrentDir”, “LastSession” or (luaInline)</p> one of “Disabled”, “CurrentDir”, “LastSession”, “GitSession” or (luaInline)</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;LastSession&quot;</code></p> <code class="literal">&quot;LastSession&quot;</code></p>