Compare commits

..

No commits in common. "41fb14cdaea1d653d922c1ebba0ebc7860e507c0" and "a3bc445acde64eb7b0e1e18a615591f00a1967a8" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View file

@ -19200,7 +19200,7 @@ string</p>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">${builtins.readFile ./my-lua-config-post.lua}</code></p>
<code class="literal">&quot;$${builtins.readFile ./my-lua-config-post.lua}&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
@ -23192,16 +23192,13 @@ signed integer</p>
</span>
</dt>
<dd>
<p>Whether to show the sign column</p>
<p>Show the sign column</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
string or boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;yes&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;no&quot;</code></p>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">

View file

@ -236,7 +236,7 @@ slightly changed. See the new <a class="link" href="/index.xhtml#ch-dag-entries"
making good use of its extensive Lua API. Additionally, Vimscript is slow and
brings unnecessary performance overhead while working with different
configuration formats.</p>
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-vim-maps-rewrite" class="title" ><code class="literal">vim.maps</code> rewrite </h3> </div> </div></div><p>Instead of specifying map modes using submodules (e.g., <code class="literal">vim.maps.normal</code>), a
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-vim-maps-rewrite" class="title" ><code class="literal">vim.maps</code> rewrite </h3> </div> </div></div><p>Instead of specifying map modes using submodules (e.g.: <code class="literal">vim.maps.normal</code>), a
new <code class="literal">vim.keymaps</code> submodule with support for a <code class="literal">mode</code> option has been
introduced. It can be either a string, or a list of strings, where a string
represents the short-name of the map mode(s), that the mapping should be set