mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
deploy: bf872366fd
This commit is contained in:
parent
41aa1485d9
commit
c1bea3171f
@ -231,6 +231,7 @@ mode.select = "SELECT"
|
|||||||
<tr><td><code>spinner</code></td><td>A progress spinner indicating LSP activity</td></tr>
|
<tr><td><code>spinner</code></td><td>A progress spinner indicating LSP activity</td></tr>
|
||||||
<tr><td><code>file-name</code></td><td>The path/name of the opened file</td></tr>
|
<tr><td><code>file-name</code></td><td>The path/name of the opened file</td></tr>
|
||||||
<tr><td><code>file-base-name</code></td><td>The basename of the opened file</td></tr>
|
<tr><td><code>file-base-name</code></td><td>The basename of the opened file</td></tr>
|
||||||
|
<tr><td><code>file-modification-indicator</code></td><td>The indicator to show whether the file is modified (a <code>[+]</code> appears when there are unsaved changes)</td></tr>
|
||||||
<tr><td><code>file-encoding</code></td><td>The encoding of the opened file if it differs from UTF-8</td></tr>
|
<tr><td><code>file-encoding</code></td><td>The encoding of the opened file if it differs from UTF-8</td></tr>
|
||||||
<tr><td><code>file-line-ending</code></td><td>The file line endings (CRLF or LF)</td></tr>
|
<tr><td><code>file-line-ending</code></td><td>The file line endings (CRLF or LF)</td></tr>
|
||||||
<tr><td><code>total-line-numbers</code></td><td>The total line numbers of the opened file</td></tr>
|
<tr><td><code>total-line-numbers</code></td><td>The total line numbers of the opened file</td></tr>
|
||||||
|
@ -1154,6 +1154,7 @@ mode.select = "SELECT"
|
|||||||
<tr><td><code>spinner</code></td><td>A progress spinner indicating LSP activity</td></tr>
|
<tr><td><code>spinner</code></td><td>A progress spinner indicating LSP activity</td></tr>
|
||||||
<tr><td><code>file-name</code></td><td>The path/name of the opened file</td></tr>
|
<tr><td><code>file-name</code></td><td>The path/name of the opened file</td></tr>
|
||||||
<tr><td><code>file-base-name</code></td><td>The basename of the opened file</td></tr>
|
<tr><td><code>file-base-name</code></td><td>The basename of the opened file</td></tr>
|
||||||
|
<tr><td><code>file-modification-indicator</code></td><td>The indicator to show whether the file is modified (a <code>[+]</code> appears when there are unsaved changes)</td></tr>
|
||||||
<tr><td><code>file-encoding</code></td><td>The encoding of the opened file if it differs from UTF-8</td></tr>
|
<tr><td><code>file-encoding</code></td><td>The encoding of the opened file if it differs from UTF-8</td></tr>
|
||||||
<tr><td><code>file-line-ending</code></td><td>The file line endings (CRLF or LF)</td></tr>
|
<tr><td><code>file-line-ending</code></td><td>The file line endings (CRLF or LF)</td></tr>
|
||||||
<tr><td><code>total-line-numbers</code></td><td>The total line numbers of the opened file</td></tr>
|
<tr><td><code>total-line-numbers</code></td><td>The total line numbers of the opened file</td></tr>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user