summaryrefslogtreecommitdiffstats
path: root/src/highlight.c
AgeCommit message (Expand)Author
2022-01-08patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-07patch 8.2.3757: an overlong highlight group name is silently truncatedv8.2.3757erw7
2021-11-24patch 8.2.3668: messages may be corruptedv8.2.3668Yegappan Lakshmanan
2021-11-24patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar
2021-11-20patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar
2021-11-16patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()v8.2.3605Yegappan Lakshmanan
2021-11-13patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590Drew Vogel
2021-11-03patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan
2021-10-25patch 8.2.3563: build failure with +eval but without GUI or +termguicolorsv8.2.3563Bram Moolenaar
2021-10-24patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel
2021-10-19patch 8.2.3541: compiler warning for unused variable in tiny versionv8.2.3541Bram Moolenaar
2021-10-19patch 8.2.3538: else-if indenting is confusingv8.2.3538Yegappan Lakshmanan
2021-10-18patch 8.2.3536: the do_highlight() function is way too longv8.2.3536Yegappan Lakshmanan
2021-10-15patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516Milly
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2020-09-29patch 8.2.1771: synIDattr() cannot get the value of ctermulv8.2.1771Bram Moolenaar
2020-09-18patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"v8.2.1705Bram Moolenaar
2020-09-17patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar
2020-09-16patch 8.2.1693: "hi def" does not work for cleared highlightv8.2.1693Bram Moolenaar
2020-06-28patch 8.2.1078: highlight and match functionality together in one filev8.2.1078Bram Moolenaar
2020-06-25patch 8.2.1056: wrong display when mixing match conceal and syntax concealv8.2.1056Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-06-05patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer redv8.2.0906Bram Moolenaar
2020-06-03patch 8.2.0891: clang warns for invalid conversionv8.2.0891Bram Moolenaar
2020-06-02patch 8.2.0890: no color in terminal window when 'termguicolor' is setv8.2.0890Bram Moolenaar
2020-05-31patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar
2020-05-30patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-04-25patch 8.2.0635: when using 256 colors DarkYellow does not show expected colorv8.2.0635Bram Moolenaar
2020-04-20patch 8.2.0613: Vim9: no check for space before #commentv8.2.0613Bram Moolenaar
2020-04-20patch 8.2.0612: Vim9: no check for space before #commentv8.2.0612Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-03-23patch 8.2.0434: MS-Windows with VTP: Normal color not workingv8.2.0434Bram Moolenaar
2020-02-01patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-12-24patch 8.2.0037: missing renamed messagev8.2.0037Bram Moolenaar
2019-12-23patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar
2019-12-05patch 8.1.2391: cannot build when __QNXNTO__ is definedv8.1.2391Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar