changeset 34187:cdf7e0cff487

runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState (#13901) Commit: https://github.com/vim/vim/commit/e13b665a6e2a32910ff5c3fec330bef4a10f8f23 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jan 24 03:39:04 2024 +0800 runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState (https://github.com/vim/vim/issues/13901) "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>
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Jan 2024 20:45:08 +0100
parents 84b4856399a3
children 6315b95cba59
files runtime/doc/autocmd.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -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, goi
 				- 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