From 43309d1993a9affc8d6b73fbd4721e6256c28712 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 23 Oct 2016 00:02:22 +0200 Subject: test/api: Specify handling of VimL errors, v:errmsg. TODO: Also spec behavior of Press-Enter prompt for these API functions. --- src/nvim/api/vim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index 15ec52ebab..491375bd73 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -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 -- cgit