Skip to content

Commit cf5961b

Browse files
SammysHPtimss
authored andcommitted
Add help for statuslinevisibility (#621)
1 parent 8f0025e commit cf5961b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

common/locale/en-US/options.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,27 @@
743743
</item>
744744

745745

746+
<item>
747+
<tags>'slv' 'statuslinevisibility'</tags>
748+
<spec>'statuslinevisibility' 'slv'</spec>
749+
<type>string</type>
750+
<default>auto</default>
751+
<description>
752+
<p>Controls the visibility of the statusline.</p>
753+
754+
<p>Possible values:</p>
755+
756+
<dl>
757+
<dt>auto</dt> <dd>Hide statusline in fullscreen automatically</dd>
758+
<dt>hidden</dt> <dd>Never show the statusline</dd>
759+
<dt>visible</dt> <dd>Always show the statusline</dd>
760+
</dl>
761+
762+
<note>The statusline is always visible when a command is entered.</note>
763+
</description>
764+
</item>
765+
766+
746767
<item>
747768
<tags>'nolks' 'nolinksearch'</tags>
748769
<tags>'lks' 'linksearch'</tags>

0 commit comments

Comments
 (0)