]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix typos in eval.txt
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 15 Sep 2025 19:46:07 +0000 (19:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Sep 2025 19:46:07 +0000 (19:46 +0000)
closes: #18301

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

index fde9ac31903cecf925d4714b5f5c8ba2bbe9c86d..0dc0c52b4c5a81519cb76145577490de8d5dab3a 100644 (file)
@@ -1,4 +1,4 @@
-*eval.txt*     For Vim version 9.1.  Last change: 2025 Sep 14
+*eval.txt*     For Vim version 9.1.  Last change: 2025 Sep 15
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2896,14 +2896,14 @@ v:termstyleresp The escape sequence returned by the terminal for the |t_RS|
                                        *v:termrbgresp* *termrbgresp-variable*
 v:termrbgresp  The escape sequence returned by the terminal for the |t_RB|
                termcap entry.  This is used to find out what the terminal
-               background color is; see 'background'.  When this option is
+               background color is; see 'background'.  When this variable is
                set, the TermResponseAll autocommand event is fired, with
                <amatch> set to "background".
 
                                        *v:termrfgresp* *termrfgresp-variable*
 v:termrfgresp  The escape sequence returned by the terminal for the |t_RF|
                termcap entry.  This is used to find out what the terminal
-               foreground color is.  When this option is set, the
+               foreground color is.  When this variable is set, the
                TermResponseAll autocommand event is fired, with <amatch> set
                to "foreground".