Files
neovim/runtime/lua/vim
Justin M. Keyes eaa8cff0bd fix(api): expose fg_indexed/bg_indexed in nvim_get_hl (#39240)
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.

(cherry picked from commit 01861c2f95)

Co-authored-by: glepnir <glephunter@gmail.com>
2026-04-20 09:46:55 +00:00
..
2026-04-19 12:36:19 +00:00
2026-03-11 18:24:57 +01:00
2025-06-06 15:36:48 +01:00
2026-04-19 12:36:19 +00:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-14 13:27:29 +02:00
2026-04-19 12:36:19 +00:00
2026-04-12 15:54:27 +02:00
2026-04-12 15:54:27 +02:00
2026-03-11 18:00:18 +01:00
2026-04-19 12:36:19 +00:00