Compare commits

...

2 commits

Author SHA1 Message Date
NotAShelf
41fb14cdae deploy: 4df1cc3a7f 2025-01-10 14:43:38 +00:00
GitHub Actions
f70be8d6d1 Deploy PR #546 preview 2025-01-10 14:03:30 +00:00
2 changed files with 8 additions and 5 deletions

View file

@ -19200,7 +19200,7 @@ string</p>
<code class="literal">&quot;&quot;</code></p> <code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span> <p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;$${builtins.readFile ./my-lua-config-post.lua}&quot;</code></p> <code class="literal">${builtins.readFile ./my-lua-config-post.lua}</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
@ -23192,13 +23192,16 @@ signed integer</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Show the sign column</p> <p>Whether to show the sign column</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
string or boolean</p> string</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code></p> <code class="literal">&quot;yes&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;no&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <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 making good use of its extensive Lua API. Additionally, Vimscript is slow and
brings unnecessary performance overhead while working with different brings unnecessary performance overhead while working with different
configuration formats.</p> 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 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 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 represents the short-name of the map mode(s), that the mapping should be set