From 026cfa28d0dccb7f1832d6fcca378518a4082fdb Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 20 Feb 2025 11:52:03 +0100 Subject: docs: misc Co-authored-by: Au. Co-authored-by: Daniel Rainer Co-authored-by: Evgeni Chasnovski Co-authored-by: Lewis Russell Co-authored-by: Luuk van Baal Co-authored-by: Pierre Barbin Co-authored-by: Riley Bruins Co-authored-by: Yinzuo Jiang Co-authored-by: phanium <91544758+phanen@users.noreply.github.com> Co-authored-by: zeertzjq --- runtime/lua/vim/_meta/vimfn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/lua/vim/_meta/vimfn.lua') diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua index 6ffd0e9619..2b4f1a32b0 100644 --- a/runtime/lua/vim/_meta/vimfn.lua +++ b/runtime/lua/vim/_meta/vimfn.lua @@ -5868,7 +5868,7 @@ function vim.fn.matchend(expr, pat, start, count) end --- --- @param list any[] --- @param str string ---- @param dict? string +--- @param dict? table --- @return any function vim.fn.matchfuzzy(list, str, dict) end @@ -5895,7 +5895,7 @@ function vim.fn.matchfuzzy(list, str, dict) end --- --- @param list any[] --- @param str string ---- @param dict? string +--- @param dict? table --- @return any function vim.fn.matchfuzzypos(list, str, dict) end -- cgit