aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2018-08-27 16:02:22 +0200
committerGitHub <noreply@github.com>2018-08-27 16:02:22 +0200
commitdee0d7f4e9b8a681cf4f3761d886081f3b851b7a (patch)
tree241711e8f052f02b0e465a42f6d47af302c8743b /test/functional/core
parenta8b4d76a0a2c59a3a368932ae111265c15b8dccb (diff)
parent3d88287e3016aacae64e2ddcd11a37e024557e45 (diff)
downloadrneovim-dee0d7f4e9b8a681cf4f3761d886081f3b851b7a.tar.gz
rneovim-dee0d7f4e9b8a681cf4f3761d886081f3b851b7a.tar.bz2
rneovim-dee0d7f4e9b8a681cf4f3761d886081f3b851b7a.zip
Merge pull request #8891 from bfredl/keyexpect
use keyword args for screen:expect{...} + hl fixup for ext_cmdline
Diffstat (limited to 'test/functional/core')
-rw-r--r--test/functional/core/job_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua
index 4a21444ee0..feb9c9aeaa 100644
--- a/test/functional/core/job_spec.lua
+++ b/test/functional/core/job_spec.lua
@@ -417,7 +417,7 @@ describe('jobs', function()
\ })
]])
- screen:expect("{2:E120: Using <SID> not in a script context: s:OnEvent}",nil,nil,nil,true)
+ screen:expect{any="{2:E120: Using <SID> not in a script context: s:OnEvent}"}
end)
it('does not repeat output with slow output handlers', function()