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.

e13b665a6e
This commit is contained in:
zeertzjq 2024-01-24 06:07:42 +08:00 committed by GitHub
parent fcd9905291
commit 6cbfe45454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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