]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState (#13901)
authorzeertzjq <zeertzjq@outlook.com>
Tue, 23 Jan 2024 19:39:04 +0000 (03:39 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 19:39:04 +0000 (20:39 +0100)
"Visual mode" is used everywhere else in the help when not referring to
something in the source code.

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt

index 0ace7b1dae892b2de979c74e4d81250715144af9..16413617912fdcf25f2126c2a2be6ba7fa6db6cb 100644 (file)
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 9.1.  Last change: 2024 Jan 14
+*autocmd.txt*   For Vim version 9.1.  Last change: 2024 Jan 23
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1098,7 +1098,7 @@ SafeState                 When nothing is pending, going to wait for the
                                - Command line completion is active
                                You can use `mode()` to find out what state
                                Vim is in.  That may be:
-                               - VIsual mode
+                               - Visual mode
                                - Normal mode
                                - Insert mode
                                - Command-line mode