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:
zeertzjq
2026-08-20 09:11:13 +08:00
committed by GitHub
parent b997265f64
commit 0e140ded51
3 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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