From: Hirohito Higashi Date: Sat, 13 Dec 2025 16:45:36 +0000 (+0100) Subject: runtime(doc): Tweak documentation style in eval.txt and options.txt X-Git-Tag: v9.1.1976~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a983326378bda428fc6810f7648fb738dabfe4;p=thirdparty%2Fvim.git runtime(doc): Tweak documentation style in eval.txt and options.txt closes: #18914 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 6bd012033f..099e343e89 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -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 diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a678644756..010b9a389f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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.