aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/108_backtrace_debug_commands_spec.lua
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-29 21:12:24 -0500
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-30 23:35:36 -0500
commit5de5507ea6877c7ca6054242caa2cb330969db5d (patch)
treeae6e2a1b17e1eb5cc95ed17c08e274757d9dfe8f /test/functional/legacy/108_backtrace_debug_commands_spec.lua
parenta9e368a7050c86dff36d80dc1cced21de14dd3ac (diff)
downloadrneovim-5de5507ea6877c7ca6054242caa2cb330969db5d.tar.gz
rneovim-5de5507ea6877c7ca6054242caa2cb330969db5d.tar.bz2
rneovim-5de5507ea6877c7ca6054242caa2cb330969db5d.zip
vim-patch:8.1.0550: expression evaluation may repeat an error message
Problem: Expression evaluation may repeat an error message. (Jason Franklin) Solution: Increment did_emsg and check for the value when giving an error for the echo command. https://github.com/vim/vim/commit/76a6345433bc2a600689397fb28165a2e5793720
Diffstat (limited to 'test/functional/legacy/108_backtrace_debug_commands_spec.lua')
-rw-r--r--test/functional/legacy/108_backtrace_debug_commands_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/108_backtrace_debug_commands_spec.lua b/test/functional/legacy/108_backtrace_debug_commands_spec.lua
index 9ace4ef093..1c1a2095d5 100644
--- a/test/functional/legacy/108_backtrace_debug_commands_spec.lua
+++ b/test/functional/legacy/108_backtrace_debug_commands_spec.lua
@@ -121,7 +121,6 @@ describe('108', function()
Error detected while processing function Foo[2]..Bar[2]..Bazz:
line 3:
E121: Undefined variable: var3
- E15: Invalid expression: var3
here var3 is defined with "another var":
another var
@@ -129,7 +128,6 @@ describe('108', function()
Error detected while processing function Foo[2]..Bar:
line 3:
E121: Undefined variable: var2
- E15: Invalid expression: var2
here var2 is defined with 10:
10