mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
forgot to update tests
This commit is contained in:
parent
231f75e086
commit
6127661024
@ -1393,8 +1393,8 @@ describe('API/extmarks', function()
|
||||
it('works with left and right gravity', function()
|
||||
-- right gravity should move with inserted text, while
|
||||
-- left gravity should stay in place.
|
||||
curbufmeths.set_extmark(ns, 0, 5, {gravity = 'left'})
|
||||
curbufmeths.set_extmark(ns, 0, 5, {gravity = 'right'})
|
||||
curbufmeths.set_extmark(ns, 0, 5, {right_gravity = false})
|
||||
curbufmeths.set_extmark(ns, 0, 5, {right_gravity = true})
|
||||
feed([[Aasdfasdf]])
|
||||
|
||||
eq({ {1, 0, 5}, {2, 0, 13} },
|
||||
|
Loading…
Reference in New Issue
Block a user