test was wrong

This commit is contained in:
Björn Linse 2019-11-14 20:24:17 +01:00
parent 2cc83c961c
commit ddf509c2ba

View File

@ -422,7 +422,7 @@ describe('Extmarks buffer api', function()
set_extmark(ns, marks[1], 1, 2)
-- Insert a fullwidth (two col) tilde, NICE
feed('0i<esc>')
check_undo_redo(ns, marks[1], 1, 2, 1, 3)
check_undo_redo(ns, marks[1], 1, 2, 1, 5)
end)
it('marks move with blockwise inserts #extmarks', function()