mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
test/api: Specify handling of VimL errors, v:errmsg.
TODO: Also spec behavior of Press-Enter prompt for these API functions.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#endif
|
||||
|
||||
/// Executes an ex-command.
|
||||
/// On VimL error: Returns the VimL error and updates v:errmsg.
|
||||
/// On VimL error: Returns the VimL error; v:errmsg is not updated.
|
||||
///
|
||||
/// @param command Ex-command string
|
||||
/// @param[out] err Error details (including actual VimL error), if any
|
||||
|
Reference in New Issue
Block a user