Files
neovim/test/functional/api
kevinhwang91 831fa45ad8 API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685
Problem: When Normal highlight group defines ctermfg/bg, but other
         highlight group lacks ctermfg/bg, nvim_get_hl_by_id(hl_id,
         v:false) returns -1 for the missing ctermfg/bg instead of just
         omitting it.
Solution: checking for -1 in hlattrs2dict()

fix #11680
2020-01-08 06:19:23 -08:00
..
2019-09-06 17:19:07 -07:00
2019-09-06 17:19:07 -07:00
2019-11-27 22:47:25 -08:00
2019-11-25 01:08:02 -08:00
2019-09-06 17:19:07 -07:00