Files
neovim/test/functional
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-11-27 22:47:25 -08:00
2020-01-01 19:26:29 +01:00
2019-05-05 14:05:25 +02:00
2019-12-31 15:11:08 -05:00