mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00
vim-patch:6e28211: runtime(doc): Tweak documentation style
closes: vim/vim#18462
6e282117c7
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
@@ -1664,12 +1664,11 @@ local options = {
|
||||
see 'completefuzzycollect'.
|
||||
|
||||
longest
|
||||
When 'autocomplete' is not active, only the longest
|
||||
common prefix of the matches is inserted. If the popup
|
||||
menu is displayed, you can use CTRL-L to add more
|
||||
characters. Whether case is ignored depends on the type
|
||||
of completion. For buffer text the 'ignorecase' option
|
||||
applies.
|
||||
When 'autocomplete' is not active, only the longest common
|
||||
prefix of the matches is inserted. If the popup menu is
|
||||
displayed, you can use CTRL-L to add more characters.
|
||||
Whether case is ignored depends on the type of completion.
|
||||
For buffer text the 'ignorecase' option applies.
|
||||
|
||||
When 'autocomplete' is active and no completion item is
|
||||
selected, the longest common prefix of the matches is
|
||||
@@ -1711,8 +1710,8 @@ local options = {
|
||||
with "menu" or "menuone". Overrides "preview".
|
||||
|
||||
preinsert
|
||||
Inserts the text of the first completion candidate
|
||||
beyond the current leader, highlighted with |hl-PreInsert|.
|
||||
Inserts the text of the first completion candidate beyond
|
||||
the current leader, highlighted with |hl-PreInsert|.
|
||||
The cursor does not move.
|
||||
Requires "fuzzy" to be unset, and either "menuone" in
|
||||
'completeopt' or 'autocomplete' enabled. When
|
||||
|
Reference in New Issue
Block a user