diff options
Diffstat (limited to 'test/functional/autocmd/cmdline_spec.lua')
-rw-r--r-- | test/functional/autocmd/cmdline_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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'<cr>") @@ -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}^ | ]]) |