neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6cbfe454542ff498a84b22f0aff1bf215e883485
parent fcd9905291c02917410ff7c55542fd73e4b25e2d
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 24 Jan 2024 06:07:42 +0800

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
Diffstat:
Mruntime/doc/autocmd.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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