@@ -1765,12 +1765,15 @@ A jump table for the options with a short description can be found at |Q_op|.
17651765
17661766 *'cmdheight'* *'ch'*
17671767'cmdheight' 'ch' number (default 1)
1768- global
1768+ global or local to tab page
17691769 Number of screen lines to use for the command-line. Helps avoiding
17701770 | hit-enter | prompts.
17711771 The value of this option is stored with the tab page, so that each tab
17721772 page can have a different value.
17731773
1774+ When 'cmdheight' is zero, there is no command-line unless it is being
1775+ used. Any messages will cause the | hit-enter | prompt.
1776+
17741777 *'cmdwinheight'* *'cwh'*
17751778'cmdwinheight' 'cwh' number (default 7)
17761779 global
@@ -6578,9 +6581,11 @@ A jump table for the options with a short description can be found at |Q_op|.
65786581 45% relative position in the file
65796582 If 'rulerformat' is set, it will determine the contents of the ruler.
65806583 Each window has its own ruler. If a window has a status line, the
6581- ruler is shown there. Otherwise it is shown in the last line of the
6582- screen. If the statusline is given by 'statusline' (i.e. not empty),
6583- this option takes precedence over 'ruler' and 'rulerformat'
6584+ ruler is shown there. If a window doesn't have a status line and
6585+ 'cmdheight' is zero, the ruler is not shown. Otherwise it is shown in
6586+ the last line of the screen. If the statusline is given by
6587+ 'statusline' (i.e. not empty), this option takes precedence over
6588+ 'ruler' and 'rulerformat' .
65846589 If the number of characters displayed is different from the number of
65856590 bytes in the text (e.g., for a TAB or a multibyte character), both
65866591 the text column (byte number) and the screen column are shown,
@@ -7230,6 +7235,7 @@ A jump table for the options with a short description can be found at |Q_op|.
72307235 | +cmdline_info | feature}
72317236 Show (partial) command in the last line of the screen. Set this
72327237 option off if your terminal is slow.
7238+ The option has no effect when 'cmdheight' is zero.
72337239 In Visual mode the size of the selected area is shown:
72347240 - When selecting characters within a line, the number of characters.
72357241 If the number of bytes is different it is also displayed: "2-6"
@@ -7279,6 +7285,7 @@ A jump table for the options with a short description can be found at |Q_op|.
72797285 If in Insert, Replace or Visual mode put a message on the last line.
72807286 Use the 'M' flag in 'highlight' to set the type of highlighting for
72817287 this message.
7288+ The option has no effect when 'cmdheight' is zero.
72827289 When | XIM | may be used the message will include "XIM". But this
72837290 doesn't mean XIM is really active, especially when 'imactivatekey' is
72847291 not set.
0 commit comments