mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)
This commit is contained in:
@@ -947,6 +947,7 @@ end
|
||||
|
||||
function Screen:_handle_grid_line(grid, row, col, items)
|
||||
assert(self._options.ext_linegrid)
|
||||
assert(#items > 0)
|
||||
local line = self._grids[grid].rows[row+1]
|
||||
local colpos = col+1
|
||||
local hl_id = 0
|
||||
|
||||
Reference in New Issue
Block a user