mirror of
https://github.com/vim/vim.git
synced 2025-12-13 20:36:39 +01:00
runtime(doc): Tweak documentation style in eval.txt and options.txt
closes: #18914 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ef7a577b27
commit
e9a9833263
@@ -1,4 +1,4 @@
|
||||
*eval.txt* For Vim version 9.1. Last change: 2025 Dec 12
|
||||
*eval.txt* For Vim version 9.1. Last change: 2025 Dec 13
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
@@ -2389,7 +2389,7 @@ v:echospace Number of screen cells that can be used for an `:echo` message
|
||||
available above the last line.
|
||||
|
||||
*v:errmsg* *errmsg-variable*
|
||||
v:errmsg Last error message that occurred (not neccessarily displayed).
|
||||
v:errmsg Last error message that occurred (not necessarily displayed).
|
||||
It's allowed to set this variable. Example: >
|
||||
:let v:errmsg = ""
|
||||
:silent! next
|
||||
@@ -3841,7 +3841,7 @@ text...
|
||||
when the screen is redrawn.
|
||||
|
||||
*:echow* *:echowin* *:echowindow*
|
||||
:[N]echow[indow] {expr1} ..
|
||||
:[N]echow[indow] {expr1} ...
|
||||
Like |:echomsg| but when the messages popup window is
|
||||
available the message is displayed there. This means
|
||||
it will show for three seconds and avoid a
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
*options.txt* For Vim version 9.1. Last change: 2025 Dec 11
|
||||
*options.txt* For Vim version 9.1. Last change: 2025 Dec 13
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
@@ -4527,11 +4527,11 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
choices.
|
||||
*'go-C'*
|
||||
'C' Use |hl-TitleBar| and |hl-TitleBarNC| if available.
|
||||
Currently only works for MS-Window GUI.
|
||||
Currently only works for MS-Windows GUI.
|
||||
See |gui-w32-title-bar| for details.
|
||||
*'go-d'*
|
||||
'd' Use dark theme variant if available. Currently only works for
|
||||
Win32 and GTK+ GUI.
|
||||
MS-Windows and GTK+ GUI.
|
||||
*'go-e'*
|
||||
'e' Add tab pages when indicated with 'showtabline'.
|
||||
'guitablabel' can be used to change the text in the labels.
|
||||
|
||||
Reference in New Issue
Block a user