aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2021-05-21 22:15:31 +0100
committerSean Dewar <seandewar@users.noreply.github.com>2021-08-12 17:16:33 +0100
commite0bdc9b89c336a15e77639eef1c9087808292f36 (patch)
tree22d47e4c51f4b78895c74656cfafcf3001fa23b7 /test/functional/core
parent7d2233fad007a3dd42481f8ffc01e69b57a17f9e (diff)
downloadrneovim-e0bdc9b89c336a15e77639eef1c9087808292f36.tar.gz
rneovim-e0bdc9b89c336a15e77639eef1c9087808292f36.tar.bz2
rneovim-e0bdc9b89c336a15e77639eef1c9087808292f36.zip
fix(eval): cherry-pick emsg changes from v8.1.0736
v8.1.0736 made some changes for making some emsgs more specific. Includes the change for Test_lambda_fails() in test_lambda.vim. Adjust relevant functionaltests to expect the new emsgs. This patch has been fully ported in my Blob port PR, but it hasn't been merged yet, so just use what we need from it for now. Required for v8.1.1821.
Diffstat (limited to 'test/functional/core')
-rw-r--r--test/functional/core/startup_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua
index 997e600671..f3ab420603 100644
--- a/test/functional/core/startup_spec.lua
+++ b/test/functional/core/startup_spec.lua
@@ -247,9 +247,9 @@ describe('startup', function()
[[" -u NONE -i NONE --cmd "set noruler" --cmd "let g:foo = g:bar"')]])
screen:expect([[
^ |
+ |
Error detected while processing pre-vimrc command line: |
E121: Undefined variable: g:bar |
- E15: Invalid expression: g:bar |
Press ENTER or type command to continue |
|
]])