]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/options.md
Added lines and percentage statusbar directives (#2055)
[micro.git] / runtime / help / options.md
index 4d12687aa551f29f98c52d3b9145e5d77171fa69..89d85396cb95e3b4bea8c8db27296be9bc1c6717 100644 (file)
@@ -333,7 +333,7 @@ Here are the available options:
 
 * `statusformatl`: format string definition for the left-justified part of the
    statusline. Special directives should be placed inside `$()`. Special
-   directives include: `filename`, `modified`, `line`, `col`, `opt`, `bind`.
+   directives include: `filename`, `modified`, `line`, `col`, `lines`, `percentage`, `opt`, `bind`.
    The `opt` and `bind` directives take either an option or an action afterward
    and fill in the value of the option or the key bound to the action.