runtime(doc): fix doc style from commit 5c9b71d63c1 Commit: https://github.com/vim/vim/commit/10d1ec658cc4f0d5fca5d8518edcadf6027450e8 Author: Christian Brabandt <c...@256bit.org> Date: Tue Sep 16 14:41:01 2025 +0200
runtime(doc): fix doc style from commit 5c9b71d63c1 related: https://github.com/vim/vim/issues/18265 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index c5991dc4f..914e9fc83 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 9.1. Last change: 2025 Sep 15 +*insert.txt* For Vim version 9.1. Last change: 2025 Sep 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1437,8 +1437,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. @@ -1446,8 +1446,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: -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/E1uyV3S-00A6Dx-6J%40256bit.org.