Skip to content

Commit 2ee3a75

Browse files
committed
Deploy website
Deploy website version based on 16e8ccbb004786355ba6ca266a7bba946ceae1c9
1 parent a61d0be commit 2ee3a75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/configuration/settings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3><a class="anchor" aria-hidden="true" id="editor"></a><a href="#editor" aria-
139139
</ul></li>
140140
<li><p><code>files.autoSaveDelay</code> <strong>(<em>int</em> default: <code>1000</code>)</strong> - specifies the time, in milliseconds, to wait to auto-save a buffer when <code>files.autoSave</code> is set to <code>&quot;afterDelay&quot;</code></p></li>
141141
<li><p><code>search.exclude</code> <strong>(<em>list of string</em> default: <code>[]</code>)</strong> - When using <code>Find in files</code> Onivim will not look at files located at the directories listed here, this inherit all the values from <code>files.exclude</code></p></li>
142+
<li><p><code>search.followSymlinks</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - Set whether to follow symlinks when searching</p></li>
142143
<li><p><code>workbench.colorCustomizations</code> <strong>(<em>json</em> default: <code>{}</code>)</strong> - Color theme overrides, using the same <a href="https://code.visualstudio.com/api/references/theme-color">Theme Colors as Code</a> - for example:</p></li>
143144
</ul>
144145
<pre><code class="hljs css language-json"> "workbench.colorCustomizations": {

docs/configuration/settings/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3><a class="anchor" aria-hidden="true" id="editor"></a><a href="#editor" aria-
139139
</ul></li>
140140
<li><p><code>files.autoSaveDelay</code> <strong>(<em>int</em> default: <code>1000</code>)</strong> - specifies the time, in milliseconds, to wait to auto-save a buffer when <code>files.autoSave</code> is set to <code>&quot;afterDelay&quot;</code></p></li>
141141
<li><p><code>search.exclude</code> <strong>(<em>list of string</em> default: <code>[]</code>)</strong> - When using <code>Find in files</code> Onivim will not look at files located at the directories listed here, this inherit all the values from <code>files.exclude</code></p></li>
142+
<li><p><code>search.followSymlinks</code> <strong>(<em>bool</em> default: <code>true</code>)</strong> - Set whether to follow symlinks when searching</p></li>
142143
<li><p><code>workbench.colorCustomizations</code> <strong>(<em>json</em> default: <code>{}</code>)</strong> - Color theme overrides, using the same <a href="https://code.visualstudio.com/api/references/theme-color">Theme Colors as Code</a> - for example:</p></li>
143144
</ul>
144145
<pre><code class="hljs css language-json"> "workbench.colorCustomizations": {

0 commit comments

Comments
 (0)