summaryrefslogtreecommitdiff
path: root/src/testdir/test_highlight.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0619: too many delete() calls in testsv9.0.0619Bram Moolenaar2022-09-281-18/+9
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-4/+6
* patch 8.2.4707: redrawing could be a bit more efficientv8.2.4707zeertzjq2022-04-071-0/+8
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-1/+1
* patch 8.2.4660: cursorcolumn is sometimes not correctv8.2.4660Bram Moolenaar2022-04-011-0/+22
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-271-0/+25
* patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan2022-02-101-3/+0
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-11/+11
* patch 8.2.3982: some lines of code not covered by testsv8.2.3982Dominique Pelle2022-01-021-0/+3
* patch 8.2.3757: an overlong highlight group name is silently truncatedv8.2.3757erw72021-12-071-0/+1
* patch 8.2.3668: messages may be corruptedv8.2.3668Yegappan Lakshmanan2021-11-241-0/+15
* patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()v8.2.3605Yegappan Lakshmanan2021-11-161-15/+88
* patch 8.2.3592: Test_hlset fails when terminal has many columnsv8.2.3592Dominique Pelle2021-11-131-0/+5
* patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590Drew Vogel2021-11-131-0/+21
* patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan2021-11-031-0/+161
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-0/+36
* patch 8.2.2375: test for RGB color skipped in the terminalv8.2.2375Bram Moolenaar2021-01-191-2/+3
* patch 8.2.1771: synIDattr() cannot get the value of ctermulv8.2.1771Bram Moolenaar2020-09-291-0/+1
* patch 8.2.1707: small inconsitency in highlight testv8.2.1707Bram Moolenaar2020-09-181-2/+2
* patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"v8.2.1705Bram Moolenaar2020-09-181-0/+34
* patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar2020-09-171-9/+43
* patch 8.2.1693: "hi def" does not work for cleared highlightv8.2.1693Bram Moolenaar2020-09-161-0/+32
* patch 8.2.1689: 'colorcolumn' doesn't show in indentv8.2.1689Bram Moolenaar2020-09-151-0/+36
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-12/+4
* patch 8.2.1097: highlight code not sufficiently testedv8.2.1097Bram Moolenaar2020-06-301-0/+43
* patch 8.2.1077: no enough test coverage for highlightingv8.2.1077Bram Moolenaar2020-06-281-1/+49
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-6/+6
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-2/+20
* patch 8.2.0195: some tests fail when run in the GUIv8.2.0195Bram Moolenaar2020-02-021-1/+4
* patch 8.2.0186: a couple of tests may fail when features are missingv8.2.0186Bram Moolenaar2020-01-311-0/+1
* patch 8.1.2386: 'wincolor' is not used for 'listchars'v8.1.2386Bram Moolenaar2019-12-041-0/+22
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-291-1/+1
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-091-0/+2
* patch 8.1.2073: when editing a buffer 'colorcolumn' may not workv8.1.2073Bram Moolenaar2019-09-251-0/+25
* patch 8.1.2071: when 'wincolor' is set text property changes highlightingv8.1.2071Bram Moolenaar2019-09-231-1/+6
* patch 8.1.2007: no test for what 8.1.1926 fixesv8.1.2007Bram Moolenaar2019-09-081-0/+20
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-9/+4
* patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619Bram Moolenaar2019-07-031-3/+11
* patch 8.1.1606: on a narrow screen ":hi" output is confusingv8.1.1606Bram Moolenaar2019-06-291-0/+8
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-6/+7
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-3/+3
* patch 8.1.1396: 'wincolor' does not apply to lines below the bufferv8.1.1396Bram Moolenaar2019-05-251-0/+24
* patch 8.1.1309: test for Normal highlight fails on MS-Windows GUIv8.1.1309Bram Moolenaar2019-05-091-4/+7
* patch 8.1.1308: the Normal highlight is not defined when compiled with GUIv8.1.1308Bram Moolenaar2019-05-091-0/+7
* patch 8.1.1001: Visual area not correct when using 'cursorline'v8.1.1001Bram Moolenaar2019-03-091-0/+20
* patch 8.1.0849: cursorline highlight is not always updatedv8.1.0849Bram Moolenaar2019-01-301-4/+23
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-8/+8
* patch 8.0.1601: highlight test fails on Win32v8.0.1601Bram Moolenaar2018-03-121-0/+5
* patch 8.0.1600: crash when setting t_Co to zero when 'termguicolors' is setv8.0.1600Bram Moolenaar2018-03-121-0/+14
* patch 8.0.1169: highlignting one char too many with 'list' and 'cul'v8.0.1169Bram Moolenaar2017-10-011-1/+27