Commit: runtime(doc): Tweak documentation style in eval.txt and options.txt

2 views
Skip to first unread message

Christian Brabandt

unread,
Dec 13, 2025, 12:00:51 PM (3 days ago) Dec 13
to vim...@googlegroups.com
runtime(doc): Tweak documentation style in eval.txt and options.txt

Commit: https://github.com/vim/vim/commit/e9a983326378bda428fc6810f7648fb738dabfe4
Author: Hirohito Higashi <h.eas...@gmail.com>
Date: Sat Dec 13 17:45:36 2025 +0100

runtime(doc): Tweak documentation style in eval.txt and options.txt

closes: https://github.com/vim/vim/issues/18914

Signed-off-by: Hirohito Higashi <h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 6bd012033..099e343e8 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 a67864475..010b9a389 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.
Reply all
Reply to author
Forward
0 new messages