Files
neovim/src/nvim/api
glepnir 01861c2f95 fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210
Problem: fg_indexed/bg_indexed were dropped from nvim_get_hl output due
to a wrong short_keys guard. HL_FG_INDEXED also wasn't cleared in
hl_blend_attrs, and HLATTRS_DICT_SIZE was too small.

Solution: Remove the short_keys guard, clear HL_FG_INDEXED in
hl_blend_attrs, bump HLATTRS_DICT_SIZE to 24, and clarify docs that
these flags mean rgb is an approximation of the cterm palette index.
2026-04-20 05:12:52 -04:00
..
2026-04-16 09:35:58 -04:00
2026-04-16 09:35:58 -04:00
2026-03-16 14:52:04 +01:00
2025-09-04 00:11:52 -04:00
2026-03-16 13:05:46 +00:00
2026-04-02 20:57:02 +08:00
2026-04-18 15:38:59 -04:00