Files
neovim/runtime/lua/vim/_meta
glepnir 49086862fc fix(api): nvim_get_hl drops groups defined with link_global #38492
Problem: hlgroup2dict passes &ns_id to ns_get_hl twice. The first call
(link=true) sets *ns_hl = 0 when link_global is set, so the second call
and the sg_cleared guard both see ns_id == 0 and bail out. The group is
silently dropped from the result.

Solution: use a temporary copy of ns_id for each ns_get_hl call so the
original value is preserved.
2026-04-12 08:38:35 -04:00
..
2025-06-06 15:36:48 +01:00
2026-03-28 09:59:54 -04:00
2024-07-15 21:16:29 +01:00
2026-03-09 21:47:13 +01:00
2024-05-15 23:19:26 +02:00
2026-03-28 09:59:54 -04:00
2026-03-11 18:24:57 +01:00
2026-03-28 09:59:54 -04:00