]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style in eval.txt and options.txt
authorHirohito Higashi <h.east.727@gmail.com>
Sat, 13 Dec 2025 16:45:36 +0000 (17:45 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Dec 2025 16:45:36 +0000 (17:45 +0100)
closes: #18914

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
runtime/doc/options.txt

index 6bd012033ff891bcaaa60f80c17b8e364226881d..099e343e898557f70bc138cb94945bace8fb8b25 100644 (file)
@@ -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
index a6786447564379fee81be8e13b3450fbdbba2915..010b9a389fcf7ad7b6bd73f0eb46b2f4867b06ce 100644 (file)
@@ -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.