aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/highlight_spec.lua
Commit message (Expand)AuthorAge
* fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)Evgeni Chasnovski2024-12-02
* fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq2024-11-22
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* feat(ui): allow to get the highlight namespaceDaniel Steinberg2023-10-01
* fix(highlight): add force in nvim_set_hlglepnir2023-09-26
* fix(highlight): correct hi command outputglepnir2023-09-17
* fix(highlight): add create param in nvim_get_hlglepnir2023-09-09
* refactor(api): use typed keysetsbfredl2023-08-07
* fix(api): nvim_get_hl should return default flagNull Chilly2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(api): make nvim_get_hl not return non-existing groupsbfredl2023-04-13
* fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* fix(highlight): properly deal with underline mask when listing (#22057)zeertzjq2023-01-31
* feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer maskPaul "LeoNerd" Evans2023-01-24
* fix(tests): initialize Screen.colors in API highlight testsJon Huhn2022-12-10
* fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq2022-08-31
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)Munif Tanjim2022-07-31
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* fix(hl): return cterm fg/bg even if they match Normal #18981Oliver Marriott2022-06-16
* fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
* docs: typo fixes (#17859)dundargoc2022-04-15
* feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell2022-02-24
* fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
* fix(api): allow empty list for cterm in nvim_set_hlChristian Clason2022-02-17
* feat(highlight): support color names for ctermLewis Russell2022-02-16
* fix(highlight): allow globals to be clearedLewis Russell2022-02-16
* feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
* feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
* Improvements to testsshadmansaleh2021-04-22
* Fix lualint warningsshadmansaleh2021-04-03
* Add tests for nvim_set_hl()shadmansaleh2021-04-03
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* extmark: fix decoration ploblems with extmarkerw72020-10-02
* API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685kevinhwang912020-01-08