mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 08:31:51 +00:00
vim-patch:bce3eb1: runtime(doc): clarify the 'findfunc' option (#41389)
Remove the note about "this function is called only once per :find
command invocation".
fixes: vim/vim#21062
bce3eb1fae
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2978,7 +2978,6 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
The function should return a List, which is handled similarly to the
|
||||
return value of a |:command-completion-customlist| function.
|
||||
|
||||
The function is called only once per |:find| command invocation.
|
||||
The function can process all the directories specified in 'path'.
|
||||
|
||||
If a match is found, the function should return a |List| containing
|
||||
|
||||
1
runtime/lua/vim/_meta/options.gen.lua
generated
1
runtime/lua/vim/_meta/options.gen.lua
generated
@@ -2644,7 +2644,6 @@ vim.go.fcs = vim.go.fillchars
|
||||
--- The function should return a List, which is handled similarly to the
|
||||
--- return value of a `:command-completion-customlist` function.
|
||||
---
|
||||
--- The function is called only once per `:find` command invocation.
|
||||
--- The function can process all the directories specified in 'path'.
|
||||
---
|
||||
--- If a match is found, the function should return a `List` containing
|
||||
|
||||
@@ -3438,7 +3438,6 @@ local options = {
|
||||
The function should return a List, which is handled similarly to the
|
||||
return value of a |:command-completion-customlist| function.
|
||||
|
||||
The function is called only once per |:find| command invocation.
|
||||
The function can process all the directories specified in 'path'.
|
||||
|
||||
If a match is found, the function should return a |List| containing
|
||||
|
||||
Reference in New Issue
Block a user