mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
Try fixing that test on travis
This commit is contained in:
@@ -242,7 +242,7 @@ describe('liveupdate', function()
|
||||
-- modify multiple lines at once using visual block mode
|
||||
tick = reopen(b, origlines)
|
||||
command('normal! jjw')
|
||||
sendkeys('\x16jjllx')
|
||||
sendkeys('<C-v>jjllx')
|
||||
tick = tick + 1
|
||||
expectn('nvim_buf_update',
|
||||
{b, tick, 2, 5, {'original e 3', 'original e 4', 'original e 5'}})
|
||||
|
||||
Reference in New Issue
Block a user