aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_group.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* perf(highlight): use binary search to lookup RGB color namesbfredl2022-06-23
* perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl2022-06-21
* refactor: remove atrocious HL_TABLE()[idx] syntax before I poke my eyes outbfredl2022-06-21
* refactor(highlight): get rid of syn_unadd_group()bfredl2022-06-21
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* perf(highlight): get rid of local memory allocations for "{key}={arg}"bfredl2022-06-21
* fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* feat(highlight): implement CurSearch highlightFamiu Haque2022-04-17
* docs: typo fixes (#17859)dundargoc2022-04-15
* vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
* vim-patch:8.1.1743: 'hlsearch' and match highlighting in the wrong placeLewis Russell2022-03-20
* vim-patch:8.1.1742: still some match functions in evalfunc.cLewis Russell2022-03-20
* vim-patch:8.1.1734: the evalfunc.c file is too bigLewis Russell2022-03-20
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18