summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/highlight_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir1
2026-04-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir1
2026-04-11fix(highlight): preserve inherited colors when update=true breaks links #38750glepnir1
2026-03-28docs: news #38464Justin M. Keyes1
2026-03-28fix(api): nvim_set_hl boolean false corrupts underline styles (#38504)glepnir1
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-06fix(api): nvim_set_hl crashes when url= key is passedglepnir1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-15fix(highlight): setting 'winhl' doesn't work with global ns (#37868)zeertzjq1
2026-02-10test: move deprecated highlight API tests #37801glepnir1
2024-12-02fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)Evgeni Chasnovski1
2024-11-22fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-02feat(highlight): update default color schemeEvgeni Chasnovski1
2023-10-01feat(ui): allow to get the highlight namespaceDaniel Steinberg1
2023-09-26fix(highlight): add force in nvim_set_hlglepnir1
2023-09-17fix(highlight): correct hi command outputglepnir1
2023-09-09fix(highlight): add create param in nvim_get_hlglepnir1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-05-22fix(api): nvim_get_hl should return default flagNull Chilly1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-13fix(api): make nvim_get_hl not return non-existing groupsbfredl1
2023-03-31fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm1
2023-03-23fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl1
2023-03-23feat(api): add nvim_get_hl (#22693)Null Chilly1
2023-02-23fix(highlight): avoid ORing underline flags (#22372)zeertzjq1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2023-01-31fix(highlight): properly deal with underline mask when listing (#22057)zeertzjq1
2023-01-24feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans1
2023-01-24refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer maskPaul "LeoNerd" Evans1
2022-12-10fix(tests): initialize Screen.colors in API highlight testsJon Huhn1
2022-08-31fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq1
2022-08-17feat(ui): allow to set the highlight namespace per windowbfredl1
2022-07-31fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)Munif Tanjim1
2022-06-30refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq1
2022-06-21perf(highlight): don't allocate duplicates for color namesbfredl1
2022-06-16fix(hl): return cterm fg/bg even if they match Normal #18981Oliver Marriott1
2022-06-03fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott1
2022-04-15docs: typo fixes (#17859)dundargoc1
2022-03-03feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov1