summaryrefslogtreecommitdiff
path: root/src/testdir/test_syntax.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1005: a failed test may leave a swap file behindv9.0.1005Bram Moolenaar2022-12-041-1/+1
* patch 9.0.0719: too many delete() calls in testsv9.0.0719Bram Moolenaar2022-10-101-10/+5
* patch 9.0.0283: cannot complete "syn list @cluster"v9.0.0283bfredl2022-08-261-0/+4
* patch 8.2.5152: search() gets stuck with "c" and skip evaluates to truev8.2.5152zeertzjq2022-06-231-5/+7
* patch 8.2.5124: when syntax timeout test fails it does not show the timev8.2.5124Bram Moolenaar2022-06-181-5/+3
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-3/+12
* patch 8.2.4762: using freed memory using synstack() and synID() in WinEnterv8.2.4762zeertzjq2022-04-161-0/+13
* patch 8.2.3839: using \z() with \z1 not tested for syntax highlightingv8.2.3839Dominique Pelle2021-12-171-0/+18
* patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle2021-11-211-2/+1
* patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle2021-05-061-0/+3
* patch 8.2.2761: using "syn include" does not work properlyv8.2.2761Bram Moolenaar2021-04-141-0/+17
* patch 8.2.2068: transparent syntax item uses start/end of containing regionv8.2.2068Bram Moolenaar2020-11-291-0/+96
* patch 8.2.2011: "syn sync" reports a very large numberv8.2.2011Bram Moolenaar2020-11-181-0/+3
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+2
* patch 8.2.1678: crash when using ":set" after ":ownsyntax"v8.2.1678Bram Moolenaar2020-09-131-0/+4
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-3/+3
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-12/+5
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
* patch 8.2.0915: search() cannot skip over matches like searchpair() canv8.2.0915Bram Moolenaar2020-06-061-0/+50
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-3/+1
* patch 8.2.0865: syntax foldlevel is taken from the start of the linev8.2.0865Bram Moolenaar2020-05-311-1/+84
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-0/+4
* patch 8.2.0606: several syntax HL errors not checkedv8.2.0606Bram Moolenaar2020-04-191-50/+45
* patch 8.2.0531: various errors not testedv8.2.0531Bram Moolenaar2020-04-081-0/+58
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+4
* patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar2019-12-271-0/+5
* patch 8.1.2190: syntax test fails on Macv8.1.2190Bram Moolenaar2019-10-201-4/+2
* patch 8.1.2189: syntax highlighting wrong for tabv8.1.2189Bram Moolenaar2019-10-201-0/+2
* patch 8.1.2185: syntax test failsv8.1.2185Bram Moolenaar2019-10-191-1/+3
* patch 8.1.2176: syntax attributes not combined with Visual highlightingv8.1.2176Bram Moolenaar2019-10-181-1/+6
* patch 8.1.2156: first character after Tab is not highlightedv8.1.2156Bram Moolenaar2019-10-161-4/+4
* patch 8.1.1931: syntax test failsv8.1.1931Bram Moolenaar2019-08-261-1/+1
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-3/+2
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-041-2/+2
* patch 8.1.1795: no syntax HL after splitting windows with :bufdov8.1.1795Bram Moolenaar2019-08-031-0/+38
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-1/+1
* patch 8.1.1193: typos and small problems in test filesv8.1.1193Bram Moolenaar2019-04-201-2/+2
* patch 8.1.0559: command line completion not sufficiently testedv8.1.0559Bram Moolenaar2018-12-021-0/+9
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+12
* patch 8.0.1539: no test for the popup menu positioningv8.0.1539Bram Moolenaar2018-02-241-8/+3
* patch 8.0.1535: C syntax test still fails when using gvimv8.0.1535Bram Moolenaar2018-02-241-0/+2
* patch 8.0.1534: C syntax test fails when using gvimv8.0.1534Bram Moolenaar2018-02-241-0/+8
* patch 8.0.1527: screen dump test fails on MS-Windowsv8.0.1527Bram Moolenaar2018-02-201-1/+2
* patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar2018-02-201-1/+37
* patch 8.0.0682: no test for synIDtrans()v8.0.0682Bram Moolenaar2017-06-271-2/+25
* patch 8.0.0672: third item of synconcealed() changes too oftenv8.0.0672Bram Moolenaar2017-06-241-5/+5
* patch 8.0.0662: stray FIXME for fixed problemv8.0.0662Bram Moolenaar2017-06-221-6/+0
* patch 8.0.0659: no test for conceal modev8.0.0659Bram Moolenaar2017-06-221-0/+45