home: vim: lua: utils: fix documentation
This commit is contained in:
parent
07eca729f5
commit
4a8981c7b4
|
@ -15,7 +15,7 @@ end
|
||||||
|
|
||||||
--- return a function that checks if a given command is executable
|
--- return a function that checks if a given command is executable
|
||||||
--- @param cmd string? command to check
|
--- @param cmd string? command to check
|
||||||
--- @return fun(cmd: string): boolean executable
|
--- @return fun(): boolean executable
|
||||||
M.is_executable_condition = function(cmd)
|
M.is_executable_condition = function(cmd)
|
||||||
return function()
|
return function()
|
||||||
return M.is_executable(cmd)
|
return M.is_executable(cmd)
|
||||||
|
|
Loading…
Reference in a new issue