fix(tests): fix some screen.lua warnings

This commit is contained in:
bfredl
2022-05-21 23:07:34 +02:00
parent 1f1a65a9e4
commit 3c1bc75447
5 changed files with 58 additions and 25 deletions

View File

@@ -153,7 +153,7 @@ describe('execute()', function()
function! Test3()
echo 1234
let x = execute('echoerr "abcdef"', 'silent!')
echon 'ABCD'
echon 'ABCDXZYZ'
endfunction
" test 4: silenced echoerr goes as usual
@@ -214,7 +214,7 @@ describe('execute()', function()
~ |
~ |
~ |
1234ABCD |
1234ABCDXZYZ |
]])
feed([[:call Test4()<cr>]])