Files
neovim/src/nvim/api
glepnir b7070778b9 fix(api): cterm type in highlight keyset #37802
Problem: cterm field in Dict(highlight) is declared as Union(Integer, String)
but it actually expects a Dict(highlight_cterm).

Solution: change cterm type to DictAs(highlight__cterm) and simplify the
handling in dict2hlattrs since type validation and empty array compat are
already handled by api_dict_to_keydict.
2026-02-10 06:05:53 -05:00
..
2025-11-22 19:32:45 -05:00
2025-09-04 00:11:52 -04:00
2025-12-06 20:33:02 -05:00