mirror of
https://github.com/neovim/neovim.git
synced 2025-12-18 20:35:41 +00:00
Hopefully last attempt
This commit is contained in:
@@ -114,15 +114,15 @@ describe('API/extmarks', function()
|
|||||||
set_extmark(ns, marks[1], 0, 0, {
|
set_extmark(ns, marks[1], 0, 0, {
|
||||||
end_col = 1,
|
end_col = 1,
|
||||||
end_row = 1,
|
end_row = 1,
|
||||||
strict = false
|
strict = false,
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it("can end extranges past final column when strict mode is false", function()
|
it("can end extranges past final column when strict mode is false", function()
|
||||||
set_extmark(ns, marks[1], 0, 0, {
|
set_extmark(ns, marks[1], 0, 0, {
|
||||||
end_col = 1,
|
end_col = 6,
|
||||||
end_row = 6,
|
end_row = 0,
|
||||||
strict = false
|
strict = false,
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user