mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
forgot to update tests
This commit is contained in:
@@ -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} },
|
||||
|
||||
Reference in New Issue
Block a user