aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-23 00:02:22 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-10-24 01:10:23 +0200
commit43309d1993a9affc8d6b73fbd4721e6256c28712 (patch)
tree9f0cdb799bed0bc57445a74591d8d9a1e8e209c1 /test/functional/helpers.lua
parentfdc48cad7d9fe40ad62a0ba995d088c791bc38ab (diff)
downloadrneovim-43309d1993a9affc8d6b73fbd4721e6256c28712.tar.gz
rneovim-43309d1993a9affc8d6b73fbd4721e6256c28712.tar.bz2
rneovim-43309d1993a9affc8d6b73fbd4721e6256c28712.zip
test/api: Specify handling of VimL errors, v:errmsg.
TODO: Also spec behavior of Press-Enter prompt for these API functions.
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua4
1 files changed, 2 insertions, 2 deletions
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