mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
runtime(doc): fix doc style from commit 5c9b71d63c
related: #18265 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -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
|
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
|
<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
|
the cursor. This reduces the list of matches, often to one
|
||||||
entry, and switches to the second state.
|
entry, and switches to the second state.
|
||||||
When 'autocomplete' is set, clears the selected item in the
|
When 'autocomplete' is active, clears the selected item in
|
||||||
menu.
|
the menu.
|
||||||
Any non-special character:
|
Any non-special character:
|
||||||
Stop completion without changing the match and insert the
|
Stop completion without changing the match and insert the
|
||||||
typed character.
|
typed character.
|
||||||
@@ -1446,8 +1446,8 @@ Any non-special character:
|
|||||||
In the second and third state these keys have a special meaning:
|
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
|
<BS> and CTRL-H Delete one character, find the matches for the shorter word
|
||||||
before the cursor. This may find more matches.
|
before the cursor. This may find more matches.
|
||||||
When 'autocomplete' is set, clears the selected item in the
|
When 'autocomplete' is active, clears the selected item in
|
||||||
menu.
|
the menu.
|
||||||
CTRL-L Add one character from the current match, may reduce the
|
CTRL-L Add one character from the current match, may reduce the
|
||||||
number of matches.
|
number of matches.
|
||||||
any printable, non-white character:
|
any printable, non-white character:
|
||||||
|
Reference in New Issue
Block a user