mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user