Problem: vim.json.encode fails with "excessively sparse array" when extmark row numbers are used as integer table keys, since they create gaps in the array. Solution: use tostring(row) as keys instead. Also add hl_eol to dumped extmark fields for debugging line background extmarks. |
||
|---|---|---|
| .. | ||
| commands.lua | ||
| debug.lua | ||
| diff.lua | ||
| fugitive.lua | ||
| git.lua | ||
| health.lua | ||
| highlight.lua | ||
| init.lua | ||
| lib.lua | ||
| log.lua | ||
| parser.lua | ||