gen_vimdoc.py: fix deprecated check

This commit is contained in:
Justin M. Keyes
2019-12-28 02:15:06 -08:00
parent f9be48436c
commit 27b678f577
2 changed files with 2 additions and 1 deletions

View File

@@ -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)