mirror of https://github.com/helix-editor/helix
deploy: c144cc0b04
parent
a372f98aa2
commit
6ea7ccc8ab
|
@ -217,6 +217,7 @@ mode.select = "SELECT"
|
|||
<tr><td><code>file-name</code></td><td>The path/name of the opened file</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>total-line-numbers</code></td><td>The total line numbers of the opened file</td></tr>
|
||||
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
|
||||
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
|
||||
<tr><td><code>selections</code></td><td>The number of active selections</td></tr>
|
||||
|
|
|
@ -1033,6 +1033,7 @@ mode.select = "SELECT"
|
|||
<tr><td><code>file-name</code></td><td>The path/name of the opened file</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>total-line-numbers</code></td><td>The total line numbers of the opened file</td></tr>
|
||||
<tr><td><code>file-type</code></td><td>The type of the opened file</td></tr>
|
||||
<tr><td><code>diagnostics</code></td><td>The number of warnings and/or errors</td></tr>
|
||||
<tr><td><code>selections</code></td><td>The number of active selections</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