mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
API: rename nvim_execute_lua => nvim_exec_lua
- We already find ourselves renaming nvim_execute_lua in tests and scripts, which suggests "exec" is the verb we actually want. - Add "exec" verb to `:help dev-api`.
This commit is contained in:
@@ -798,9 +798,9 @@ static void typval_exec_lua(const char *lcmd, size_t lcmd_len, const char *name,
|
||||
}
|
||||
}
|
||||
|
||||
/// Execute lua string
|
||||
/// Execute Lua string
|
||||
///
|
||||
/// Used for nvim_execute_lua().
|
||||
/// Used for nvim_exec_lua().
|
||||
///
|
||||
/// @param[in] str String to execute.
|
||||
/// @param[in] args array of ... args
|
||||
|
Reference in New Issue
Block a user