mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
gen_vimdoc.py: fix deprecated check
This commit is contained in:
@@ -457,6 +457,7 @@ Object nvim_eval(String expr, Error *err)
|
||||
}
|
||||
|
||||
/// @deprecated Use nvim_exec_lua() instead.
|
||||
/// @see nvim_exec_lua
|
||||
Object nvim_execute_lua(String code, Array args, Error *err)
|
||||
FUNC_API_SINCE(3)
|
||||
FUNC_API_DEPRECATED_SINCE(7)
|
||||
|
Reference in New Issue
Block a user