runtime(doc): Tweak documentation style in eval.txt and options.txt
Commit:
https://github.com/vim/vim/commit/e9a983326378bda428fc6810f7648fb738dabfe4
Author: Hirohito Higashi <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vUSyR-00DJvu-OF%40256bit.org.