summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/highlight_group.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
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-25feat(api): nvim_set_hl{update:boolean} #37546glepnir1
2026-03-12refactor(highlight): extract set_gui_color() from do_highlight()glepnir1
2026-03-12fix(highlight): correct change detection in do_highlight for gui colorsglepnir1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-14fix(highlight): link HLF_8 to something more prominent #34910Justin M. Keyes1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-09fix(pum): pumborder=shadow not blending properly (#37328)zeertzjq1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-11-29fix(colorscheme): adjust `StatusLine[NC]` for diagnostics #36719Evgeni Chasnovski1
2025-10-23feat(ui): overlay scrollbar on 'pumborder' #36273glepnir1
2025-10-10feat(ui): 'pumborder' (popup menu border) #25541glepnir1
2025-09-09vim-patch:9.1.1742: complete: preinsert does not work well with 'autocomplete...zeertzjq1
2025-09-01feat(progress): better default format + history sync #35533Shadman1
2025-08-25feat(lsp): support `textDocument/inlineCompletion`Yi Ming1
2025-08-19feat(snippet): highlight active tabstop (#35378)TheBlob421
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-02feat(messages): hl-StderrMsg, hl-StdoutMsg #33429Sathya Pramodh1
2025-03-28vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq1
2025-01-30fix(colorscheme): distinguish CursorLine/Folded/StatusLineNC highlights #32256Evgeni Chasnovski1
2025-01-26feat(diagnostic): virtual_lines #31959Maria José Solano1
2025-01-07fix(highlight): make TablineSel more noticeable with 'notermguicolors' #31905Evgeni Chasnovski1
2025-01-07fix(highlight): make `TablineSel` more noticeable #31896Jared Baur1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-19fix(messages): better formatting for :highlight with ext_messages #31627luukvbaal1
2024-12-18vim-patch:9.1.0945: ComplMatchIns highlight doesn't end after inserted text (...zeertzjq1
2024-12-18vim-patch:9.1.0936: cannot highlight completed textzeertzjq1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-21docs: misc (#31138)dundargoc1
2024-11-20fix(messages): more ext_messages kinds #31279luukvbaal1
2024-11-17feat(lsp): highlight hover target/range #31110Riley Bruins1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-31feat(highlight): make `PmenuMatch` and `PmenuMatchSel` boldEvgeni Chasnovski1
2024-09-27feat(defaults): pretty :help headings #30544Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-29fix(highlight): update `PmenuSel` for colored completion items #30183Evgeni Chasnovski1
2024-08-14fix(highlight): fix the seg fault caused by the invalid linked hl idsWilliam Wong1
2024-07-17vim-patch:9.0.0003: functions are global while they could be local (#29777)zeertzjq1
2024-07-15docs: misc (#29622)dundargoc1
2024-06-15vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-12feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-23fix(colorscheme): underline StatusLineNC with 'notermguicolors' #28810Evgeni Chasnovski1