Files
neovim/src/nvim
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-12-20 22:07:27 -05:00
2025-12-15 13:55:15 -05:00
2025-11-16 20:36:07 -08:00
2025-09-13 22:49:50 -04:00
2025-12-06 20:33:02 -05:00
2026-02-08 07:35:40 -05:00
2025-11-19 20:43:15 -08:00
2025-12-16 12:55:32 +08:00