aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-01-24 06:07:42 +0800
committerGitHub <noreply@github.com>2024-01-24 06:07:42 +0800
commit6cbfe454542ff498a84b22f0aff1bf215e883485 (patch)
treec16df6e29aa0224c83a1ff387cd4b78fd7b998c9
parentfcd9905291c02917410ff7c55542fd73e4b25e2d (diff)
downloadrneovim-6cbfe454542ff498a84b22f0aff1bf215e883485.tar.gz
rneovim-6cbfe454542ff498a84b22f0aff1bf215e883485.tar.bz2
rneovim-6cbfe454542ff498a84b22f0aff1bf215e883485.zip
vim-patch:e13b665a6e2a (#27163)
runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState (vim/vim#13901) "Visual mode" is used everywhere else in the help when not referring to something in the source code. https://github.com/vim/vim/commit/e13b665a6e2a32910ff5c3fec330bef4a10f8f23
-rw-r--r--runtime/doc/autocmd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index e43574fe86..8890872e1a 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -873,7 +873,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