mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:fa8b7db: runtime(doc): tweak documentation style in options.txt
closes: vim/vim#17229
fa8b7db99a
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
@@ -1542,8 +1542,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
appending a caret ("^") followed by a {count} to the source flag.
|
appending a caret ("^") followed by a {count} to the source flag.
|
||||||
For example: ".^9,w,u,t^5" limits matches from the current buffer
|
For example: ".^9,w,u,t^5" limits matches from the current buffer
|
||||||
to 9 and from tags to 5. Other sources remain unlimited.
|
to 9 and from tags to 5. Other sources remain unlimited.
|
||||||
The match limit takes effect only during forward completion (CTRL-N)
|
Note: The match limit takes effect only during forward completion
|
||||||
and is ignored during backward completion (CTRL-P).
|
(CTRL-N) and is ignored during backward completion (CTRL-P).
|
||||||
|
|
||||||
*'completefunc'* *'cfu'*
|
*'completefunc'* *'cfu'*
|
||||||
'completefunc' 'cfu' string (default "")
|
'completefunc' 'cfu' string (default "")
|
||||||
|
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -1063,8 +1063,8 @@ vim.bo.cms = vim.bo.commentstring
|
|||||||
--- appending a caret ("^") followed by a {count} to the source flag.
|
--- appending a caret ("^") followed by a {count} to the source flag.
|
||||||
--- For example: ".^9,w,u,t^5" limits matches from the current buffer
|
--- For example: ".^9,w,u,t^5" limits matches from the current buffer
|
||||||
--- to 9 and from tags to 5. Other sources remain unlimited.
|
--- to 9 and from tags to 5. Other sources remain unlimited.
|
||||||
--- The match limit takes effect only during forward completion (CTRL-N)
|
--- Note: The match limit takes effect only during forward completion
|
||||||
--- and is ignored during backward completion (CTRL-P).
|
--- (CTRL-N) and is ignored during backward completion (CTRL-P).
|
||||||
---
|
---
|
||||||
--- @type string
|
--- @type string
|
||||||
vim.o.complete = ".,w,b,u,t"
|
vim.o.complete = ".,w,b,u,t"
|
||||||
|
@@ -1474,8 +1474,8 @@ local options = {
|
|||||||
appending a caret ("^") followed by a {count} to the source flag.
|
appending a caret ("^") followed by a {count} to the source flag.
|
||||||
For example: ".^9,w,u,t^5" limits matches from the current buffer
|
For example: ".^9,w,u,t^5" limits matches from the current buffer
|
||||||
to 9 and from tags to 5. Other sources remain unlimited.
|
to 9 and from tags to 5. Other sources remain unlimited.
|
||||||
The match limit takes effect only during forward completion (CTRL-N)
|
Note: The match limit takes effect only during forward completion
|
||||||
and is ignored during backward completion (CTRL-P).
|
(CTRL-N) and is ignored during backward completion (CTRL-P).
|
||||||
]=],
|
]=],
|
||||||
full_name = 'complete',
|
full_name = 'complete',
|
||||||
list = 'onecomma',
|
list = 'onecomma',
|
||||||
|
Reference in New Issue
Block a user