runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState (#13901)
Commit: https://github.com/vim/vim/commit/e13b665a6e2a32910ff5c3fec330bef4a10f8f23 Author: zeertzjq <zeert...@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 <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 0ace7b1da..164136179 100644 --- 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, 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 -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rSMho-009XVC-74%40256bit.org.