mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(eval): properly support checking v:lua function in exists() (#27124)
This commit is contained in:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user