From d9b3ebfede6439aab4148c4bbf117b8950ed6aa0 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Thu, 23 Nov 2017 07:36:35 +0100 Subject: FIXUP: duplicate error number in #7422 --- test/functional/autocmd/cmdline_spec.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/functional') diff --git a/test/functional/autocmd/cmdline_spec.lua b/test/functional/autocmd/cmdline_spec.lua index b0ce03b141..8d56687f7d 100644 --- a/test/functional/autocmd/cmdline_spec.lua +++ b/test/functional/autocmd/cmdline_spec.lua @@ -70,7 +70,7 @@ describe('cmdline autocommands', function() {1:~ }| {1:~ }| : | - {2:E920: autocmd has thrown an exception: Vim(echoerr):FAIL} | + {2:E5500: autocmd has thrown an exception: Vim(echoerr):FAIL} | :^ | ]]) feed("put ='lorem ipsum'") @@ -78,9 +78,9 @@ describe('cmdline autocommands', function() {1:~ }| {1:~ }| : | - {2:E920: autocmd has thrown an exception: Vim(echoerr):FAIL} | + {2:E5500: autocmd has thrown an exception: Vim(echoerr):FAIL} | :put ='lorem ipsum' | - {2:E920: autocmd has thrown an exception: Vim(echoerr):very error} | + {2:E5500: autocmd has thrown an exception: Vim(echoerr):very error} | | {3:Press ENTER or type command to continue}^ | ]]) -- cgit