diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-11-23 07:36:35 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-11-23 07:36:35 +0100 |
commit | d9b3ebfede6439aab4148c4bbf117b8950ed6aa0 (patch) | |
tree | bb96f8fe9fec8e098f4263ba33e08c55fa475cdb /test/functional | |
parent | 51637f4256353e513f262572bcb786b54d250e11 (diff) | |
download | rneovim-d9b3ebfede6439aab4148c4bbf117b8950ed6aa0.tar.gz rneovim-d9b3ebfede6439aab4148c4bbf117b8950ed6aa0.tar.bz2 rneovim-d9b3ebfede6439aab4148c4bbf117b8950ed6aa0.zip |
FIXUP: duplicate error number in #7422
Diffstat (limited to 'test/functional')
-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}^ | ]]) |