mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
runtime(doc): Tweak documentation style
closes: #18462 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
55653887ad
commit
6e282117c7
@@ -1,4 +1,4 @@
|
|||||||
*options.txt* For Vim version 9.1. Last change: 2025 Sep 29
|
*options.txt* For Vim version 9.1. Last change: 2025 Oct 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -2257,12 +2257,11 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
see 'completefuzzycollect'.
|
see 'completefuzzycollect'.
|
||||||
|
|
||||||
longest
|
longest
|
||||||
When 'autocomplete' is not active, only the longest
|
When 'autocomplete' is not active, only the longest common
|
||||||
common prefix of the matches is inserted. If the popup
|
prefix of the matches is inserted. If the popup menu is
|
||||||
menu is displayed, you can use CTRL-L to add more
|
displayed, you can use CTRL-L to add more characters.
|
||||||
characters. Whether case is ignored depends on the type
|
Whether case is ignored depends on the type of completion.
|
||||||
of completion. For buffer text the 'ignorecase' option
|
For buffer text the 'ignorecase' option applies.
|
||||||
applies.
|
|
||||||
|
|
||||||
When 'autocomplete' is active and no completion item is
|
When 'autocomplete' is active and no completion item is
|
||||||
selected, the longest common prefix of the matches is
|
selected, the longest common prefix of the matches is
|
||||||
@@ -2313,8 +2312,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
{only works when compiled with the |+textprop| feature}
|
{only works when compiled with the |+textprop| feature}
|
||||||
|
|
||||||
preinsert
|
preinsert
|
||||||
Inserts the text of the first completion candidate
|
Inserts the text of the first completion candidate beyond
|
||||||
beyond the current leader, highlighted with |hl-PreInsert|.
|
the current leader, highlighted with |hl-PreInsert|.
|
||||||
The cursor does not move.
|
The cursor does not move.
|
||||||
Requires "fuzzy" to be unset, and either "menuone" in
|
Requires "fuzzy" to be unset, and either "menuone" in
|
||||||
'completeopt' or 'autocomplete' enabled. When
|
'completeopt' or 'autocomplete' enabled. When
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*os_win32.txt* For Vim version 9.1. Last change: 2025 Sep 25
|
*os_win32.txt* For Vim version 9.1. Last change: 2025 Oct 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by George Reilly
|
VIM REFERENCE MANUAL by George Reilly
|
||||||
@@ -24,8 +24,7 @@ The 32 bit version also runs on 64 bit MS-Windows systems.
|
|||||||
7. Installation package |win32-installer|
|
7. Installation package |win32-installer|
|
||||||
8. Win32 mini FAQ |win32-faq|
|
8. Win32 mini FAQ |win32-faq|
|
||||||
|
|
||||||
Additionally, there are a number of common Win32 and DOS items in
|
Additionally, there are a number of common Win32 and DOS items in |os_dos.txt|:
|
||||||
|os_dos.txt|:
|
|
||||||
File locations |dos-locations|
|
File locations |dos-locations|
|
||||||
Using backslashes |dos-backslash|
|
Using backslashes |dos-backslash|
|
||||||
Standard mappings |dos-standard-mappings|
|
Standard mappings |dos-standard-mappings|
|
||||||
|
Reference in New Issue
Block a user