neovim

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

commit f896f07132d3803750f943ff2f02f5c9d1f604a0
parent 051b8b88c812f42617684bde77971dc27066261f
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 16 Sep 2025 20:49:06 +0800

vim-patch:10d1ec6: runtime(doc): fix doc style from commit 5c9b71d63c1

related: vim/vim#18265

https://github.com/vim/vim/commit/10d1ec658cc4f0d5fca5d8518edcadf6027450e8

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/doc/insert.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt @@ -1368,8 +1368,8 @@ In the first state these keys have a special meaning: <BS> and CTRL-H Delete one character, find the matches for the word before the cursor. This reduces the list of matches, often to one entry, and switches to the second state. - When 'autocomplete' is set, clears the selected item in the - menu. + When 'autocomplete' is active, clears the selected item in + the menu. Any non-special character: Stop completion without changing the match and insert the typed character. @@ -1377,8 +1377,8 @@ Any non-special character: In the second and third state these keys have a special meaning: <BS> and CTRL-H Delete one character, find the matches for the shorter word before the cursor. This may find more matches. - When 'autocomplete' is set, clears the selected item in the - menu. + When 'autocomplete' is active, clears the selected item in + the menu. CTRL-L Add one character from the current match, may reduce the number of matches. any printable, non-white character: