@@ -1783,18 +1783,11 @@ A jump table for the options with a short description can be found at |Q_op|.
17831783 *'cmdheight'* *'ch'*
17841784'cmdheight' 'ch' number (default 1)
17851785 global or local to tab page
1786- Number of screen lines to use for the command-line. Helps avoiding
1787- | hit-enter | prompts.
1786+ Number of screen lines to use for the command-line. A larger value
1787+ helps avoiding | hit-enter | prompts.
17881788 The value of this option is stored with the tab page, so that each tab
17891789 page can have a different value.
17901790
1791- When 'cmdheight' is zero, there is no command-line unless it is being
1792- used. Informative messages will be displayed in a popup notification
1793- window at the bottom if the window, using the MessageWindow highlight
1794- group {only if compiled with the +popupwin and +timers features},
1795- otherwise they will not be displayed. Other messages will cause the
1796- | hit-enter | prompt. Expect some other unexpected behavior too.
1797-
17981791 *'cmdwinheight'* *'cwh'*
17991792'cmdwinheight' 'cwh' number (default 7)
18001793 global
@@ -6474,11 +6467,9 @@ A jump table for the options with a short description can be found at |Q_op|.
64746467 45% relative position in the file
64756468 If 'rulerformat' is set, it will determine the contents of the ruler.
64766469 Each window has its own ruler. If a window has a status line, the
6477- ruler is shown there. If a window doesn't have a status line and
6478- 'cmdheight' is zero, the ruler is not shown. Otherwise it is shown in
6479- the last line of the screen. If the statusline is given by
6480- 'statusline' (i.e. not empty), this option takes precedence over
6481- 'ruler' and 'rulerformat' .
6470+ ruler is shown there. Otherwise it is shown in the last line of the
6471+ screen. If the statusline is given by 'statusline' (i.e. not empty),
6472+ this option takes precedence over 'ruler' and 'rulerformat' .
64826473 If the number of characters displayed is different from the number of
64836474 bytes in the text (e.g., for a TAB or a multibyte character), both
64846475 the text column (byte number) and the screen column are shown,
@@ -7128,7 +7119,6 @@ A jump table for the options with a short description can be found at |Q_op|.
71287119 | +cmdline_info | feature}
71297120 Show (partial) command in the last line of the screen. Set this
71307121 option off if your terminal is slow.
7131- The option has no effect when 'cmdheight' is zero.
71327122 In Visual mode the size of the selected area is shown:
71337123 - When selecting characters within a line, the number of characters.
71347124 If the number of bytes is different it is also displayed: "2-6"
@@ -7178,7 +7168,6 @@ A jump table for the options with a short description can be found at |Q_op|.
71787168 If in Insert, Replace or Visual mode put a message on the last line.
71797169 Use the 'M' flag in 'highlight' to set the type of highlighting for
71807170 this message.
7181- The option has no effect when 'cmdheight' is zero.
71827171 When | XIM | may be used the message will include "XIM". But this
71837172 doesn't mean XIM is really active, especially when 'imactivatekey' is
71847173 not set.
0 commit comments