@@ -7220,9 +7220,25 @@ A jump table for the options with a short description can be found at |Q_op|.
72207220 - When selecting more than one line, the number of lines.
72217221 - When selecting a block, the size in screen characters:
72227222 {lines} x{columns} .
7223+ This information can be displayed in an alternative location using the
7224+ 'showcmdloc' option.
72237225 NOTE: This option is set to the Vi default value when 'compatible' is
72247226 set and to the Vim default value when 'compatible' is reset.
72257227
7228+ *'showcmdloc'* *'sloc'*
7229+ 'showcmdloc' 'sloc' string (default "last")
7230+ This option can be used to display the (partially) entered command in
7231+ another location. Possible values are:
7232+ last Last line of the screen (default).
7233+ statusline Status line of the current window.
7234+ tabline First line of the screen if 'showtabine' is enabled.
7235+ Setting this option to "statusline" or "tabline" means that these will
7236+ be redrawn whenever the command changes, which can be on every key
7237+ pressed.
7238+ The %S 'statusline' item can be used in 'statusline' or 'tabline' to
7239+ place the text. Without a custom 'statusline' or 'tabline' it will be
7240+ displayed in a convenient location.
7241+
72267242 *'showfulltag'* *'sft'* *'noshowfulltag'* *'nosft'*
72277243'showfulltag' 'sft' boolean (default off)
72287244 global
@@ -7720,6 +7736,7 @@ A jump table for the options with a short description can be found at |Q_op|.
77207736 P S Percentage through file of displayed window. This is like the
77217737 percentage described for 'ruler' . Always 3 in length, unless
77227738 translated.
7739+ S S 'showcmd' content, see 'showcmdloc' .
77237740 a S Argument list status as in default title. ({current} of {max} )
77247741 Empty if the argument file count is zero or one.
77257742 { NF Evaluate expression between '%{' and '}' and substitute result.
0 commit comments