summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-0/+2
* patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright2022-12-201-0/+2
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-081-0/+2
* patch 9.0.0892: may redraw when not neededv9.0.0892Bram Moolenaar2022-11-171-0/+1
* patch 9.0.0753: some Ex commands are not in the help indexv9.0.0753Yee Cheng Chin2022-10-151-0/+2
* patch 9.0.0737: Lisp word only recognized when a space followsv9.0.0737Bram Moolenaar2022-10-131-1/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-1/+1
* patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar2022-10-021-0/+2
* patch 9.0.0560: elapsed time since testing started is not visiblev9.0.0560Bram Moolenaar2022-09-231-0/+3
* patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423Bram Moolenaar2022-09-091-0/+2
* patch 9.0.0059: test file has wrong namev9.0.0059zeertzjq2022-07-231-1/+2
* patch 9.0.0027: the command line test is getting quite bigv9.0.0027Bram Moolenaar2022-07-021-0/+2
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-251-2/+2
* patch 8.2.4719: ">" marker sometimes not displayed in the jumplistv8.2.4719Christian Brabandt2022-04-091-1/+0
* patch 8.2.4036: Vim9: script test file is getting too longv8.2.4036Bram Moolenaar2022-01-071-0/+2
* patch 8.2.3293: finding completions may cause an endless loopv8.2.3293Andy Gozas2021-08-051-0/+2
* patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061Yegappan Lakshmanan2021-06-271-0/+2
* patch 8.2.2588: build failure with tiny featuresv8.2.2588Bram Moolenaar2021-03-101-0/+1
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-161-0/+2
* patch 8.2.1920: listlbr test fails when run after another testv8.2.1920Bram Moolenaar2020-10-281-0/+1
* patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar2020-10-211-0/+2
* patch 8.2.1839: Vim9: memory leaks reported in assign testv8.2.1839Bram Moolenaar2020-10-121-0/+2
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-221-0/+2
* patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar2020-09-211-0/+2
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-2/+23
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-18/+0
* patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar2020-08-021-1/+3
* patch 8.2.1316: test 42 is still old stylev8.2.1316Bram Moolenaar2020-07-291-1/+1
* patch 8.2.1305: some tests are still old stylev8.2.1305Bram Moolenaar2020-07-271-11/+7
* patch 8.2.1295: tests 44 and 99 are old stylev8.2.1295Bram Moolenaar2020-07-261-3/+1
* patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar2020-07-111-0/+2
* patch 8.2.1123: Python 3 test is old stylev8.2.1123Bram Moolenaar2020-07-031-6/+1
* patch 8.2.1120: Python code not tested properlyv8.2.1120Bram Moolenaar2020-07-031-1/+0
* patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar2020-07-011-0/+2
* patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar2020-06-241-0/+2
* patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar2020-06-131-0/+2
* patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar2020-06-081-0/+2
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-041-0/+2
* patch 8.2.0898: missing help for a function goes unnoticedv8.2.0898Bram Moolenaar2020-06-041-0/+2
* patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar2020-04-291-3/+1
* patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar2020-04-251-0/+2
* patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar2020-04-131-0/+1
* patch 8.2.0527: Vim9: function types insufficiently testedv8.2.0527Bram Moolenaar2020-04-071-8/+15
* patch 8.2.0520: tests are not listed in sorted orderv8.2.0520Bram Moolenaar2020-04-051-1/+1
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-051-0/+2
* patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar2020-03-221-0/+4
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-191-1/+2
* patch 8.2.0358: insufficient testing for indent.cv8.2.0358Bram Moolenaar2020-03-061-0/+2
* patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skippedv8.2.0352Bram Moolenaar2020-03-031-0/+1
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+2