mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 13:35:02 +00:00
refactor: fix luals type warnings
This commit is contained in:
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -1642,7 +1642,7 @@ function vim.fn.execute(command, silent) end
|
||||
--- If {expr} starts with "./" the |current-directory| is used.
|
||||
---
|
||||
--- @param expr any
|
||||
--- @return any
|
||||
--- @return string
|
||||
function vim.fn.exepath(expr) end
|
||||
|
||||
--- The result is a Number, which is |TRUE| if {expr} is
|
||||
|
||||
Reference in New Issue
Block a user