mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor(drawline): reduce size of wlv.extra[] (#26733)
It's now only used for transchar_hex(), which only needs 11 bytes.
This commit is contained in:
@@ -1837,7 +1837,7 @@ describe('API/win_extmark', function()
|
||||
-- notifications from 2nd call
|
||||
{ {id = 1000}, ns, marks[1], 1, 0 },
|
||||
{ {id = 1000}, ns, marks[2], 1, 2 },
|
||||
-- notifications from 3nd call
|
||||
-- notifications from 3rd call
|
||||
{ {id = 1000}, ns, marks[1], 1, 0 },
|
||||
{ {id = 1000}, ns, marks[2], 1, 2 },
|
||||
{ {id = 1000}, ns, marks[3], 1, 4 },
|
||||
|
||||
Reference in New Issue
Block a user