gh-pages
the-mikedavis 2025-05-04 13:43:19 +00:00
parent 9744a31379
commit bb6164cdd5
4 changed files with 4 additions and 2 deletions

View File

@ -192,6 +192,7 @@ space.B = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
<tr><td><code>buffer_name</code></td><td>The relative path of the currently focused document. <code>[scratch]</code> is expanded instead for scratch buffers.</td></tr>
<tr><td><code>line_ending</code></td><td>A string containing the line ending of the currently focused document. For example on Unix systems this is usually a line-feed character (<code>\n</code>) but on Windows systems this may be a carriage-return plus a line-feed (<code>\r\n</code>). The line ending kind of the currently focused document can be inspected with the <code>:line-ending</code> command.</td></tr>
<tr><td><code>language</code></td><td>A string containing the language name of the currently focused document.</td></tr>
<tr><td><code>selection</code></td><td>A string containing the contents of the primary selection of the currently focused document.</td></tr>
</tbody></table>
</div>
<p>Aside from editor variables, the following expansions may be used:</p>

View File

@ -1144,6 +1144,7 @@ space.B = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
<tr><td><code>buffer_name</code></td><td>The relative path of the currently focused document. <code>[scratch]</code> is expanded instead for scratch buffers.</td></tr>
<tr><td><code>line_ending</code></td><td>A string containing the line ending of the currently focused document. For example on Unix systems this is usually a line-feed character (<code>\n</code>) but on Windows systems this may be a carriage-return plus a line-feed (<code>\r\n</code>). The line ending kind of the currently focused document can be inspected with the <code>:line-ending</code> command.</td></tr>
<tr><td><code>language</code></td><td>A string containing the language name of the currently focused document.</td></tr>
<tr><td><code>selection</code></td><td>A string containing the contents of the primary selection of the currently focused document.</td></tr>
</tbody></table>
</div>
<p>Aside from editor variables, the following expansions may be used:</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long