diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 87dc10076f..9c4fe86f5b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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 diff --git a/runtime/lua/vim/_meta/options.gen.lua b/runtime/lua/vim/_meta/options.gen.lua index a3732f1ae7..b602fab42f 100644 --- a/runtime/lua/vim/_meta/options.gen.lua +++ b/runtime/lua/vim/_meta/options.gen.lua @@ -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 diff --git a/src/nvim/options.lua b/src/nvim/options.lua index da2a545a86..8cde4a24d2 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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