fix(eval): properly support checking v:lua function in exists() (#27124)

This commit is contained in:
Raphael
2024-01-22 16:04:50 +08:00
committed by GitHub
parent e68decab03
commit 12d123959f
5 changed files with 14 additions and 13 deletions

View File

@@ -1709,6 +1709,7 @@ function vim.fn.exepath(expr) end
--- echo exists("*strftime")
--- echo exists("*s:MyFunc")
--- echo exists("*MyFunc")
--- echo exists("*v:lua.Func")
--- echo exists("bufcount")
--- echo exists(":Make")
--- echo exists("#CursorHold")