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. --- test/functional/helpers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/helpers.lua') diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index 3598ab5e6e..ff62b4de86 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -136,8 +136,8 @@ local function stop() session:stop() end --- Executes an ex-command. VimL errors will manifest as client (lua) errors, and --- v:errmsg will be updated. +-- Executes an ex-command. VimL errors manifest as client (lua) errors, but +-- v:errmsg will not be updated. local function nvim_command(cmd) request('nvim_command', cmd) end -- cgit