summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar2020-04-131-0/+1
* patch 8.2.0570: Vim9: no error when omitting type from argumentv8.2.0570Bram Moolenaar2020-04-134-5/+7
* patch 8.2.0568: the man filetype plugin overwrites the unnamed registerv8.2.0568Bram Moolenaar2020-04-131-0/+20
* patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar2020-04-132-4/+19
* patch 8.2.0565: Vim9: tests contain superfluous line continuationv8.2.0565Bram Moolenaar2020-04-122-498/+499
* patch 8.2.0564: Vim9: calling a def function from non-vim9 may failv8.2.0564Bram Moolenaar2020-04-121-0/+7
* patch 8.2.0563: Vim9: cannot split a function linev8.2.0563Bram Moolenaar2020-04-121-0/+16
* patch 8.2.0562: Vim9: cannot split an expression into multiple linesv8.2.0562Bram Moolenaar2020-04-121-23/+50
* patch 8.2.0561: Vim9: cannot split function call in multiple linesv8.2.0561Bram Moolenaar2020-04-121-16/+21
* patch 8.2.0558: Vim9: dict code not covered by testsv8.2.0558Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-129-58/+182
* patch 8.2.0555: Vim9: line continuation is not always neededv8.2.0555Bram Moolenaar2020-04-122-1/+25
* patch 8.2.0554: the GUI doesn't set t_Cov8.2.0554Bram Moolenaar2020-04-121-0/+2
* patch 8.2.0552: Vim9: some errors not covered by testsv8.2.0552Bram Moolenaar2020-04-121-0/+21
* patch 8.2.0551: not all code for options is testedv8.2.0551Bram Moolenaar2020-04-124-1/+139
* patch 8.2.0549: user systemd files not recognizedv8.2.0549Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0548: Vim9: not all possible func type errors testedv8.2.0548Bram Moolenaar2020-04-111-0/+12
* patch 8.2.0543: Vim9: function with varargs does not work properlyv8.2.0543Bram Moolenaar2020-04-111-0/+41
* patch 8.2.0542: no test for E386v8.2.0542Bram Moolenaar2020-04-111-3/+8
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-1110-95/+309
* patch 8.2.0539: comparing two NULL list failsv8.2.0539Bram Moolenaar2020-04-091-0/+3
* patch 8.2.0537: Vim9: no check for sandbox when setting v:varv8.2.0537Bram Moolenaar2020-04-091-0/+8
* patch 8.2.0536: Vim9: some compilation code not testedv8.2.0536Bram Moolenaar2020-04-091-1/+17
* patch 8.2.0535: regexp patterns not fully testedv8.2.0535Bram Moolenaar2020-04-094-21/+164
* patch 8.2.0534: client-server test fails under valgrindv8.2.0534Bram Moolenaar2020-04-081-1/+1
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-0835-167/+173
* patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar2020-04-081-1/+1
* patch 8.2.0531: various errors not testedv8.2.0531Bram Moolenaar2020-04-085-160/+355
* patch 8.2.0529: Vim9: function argument with default not checkedv8.2.0529Bram Moolenaar2020-04-071-0/+1
* patch 8.2.0528: Vim9: function arguments insufficiently testedv8.2.0528Bram Moolenaar2020-04-071-0/+13
* patch 8.2.0527: Vim9: function types insufficiently testedv8.2.0527Bram Moolenaar2020-04-073-8/+60
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-0620-41/+241
* patch 8.2.0521: crash when reading a blob failsv8.2.0521Bram Moolenaar2020-04-061-0/+3
* patch 8.2.0520: tests are not listed in sorted orderv8.2.0520Bram Moolenaar2020-04-051-1/+1
* patch 8.2.0519: Vim9: return type not properly checkedv8.2.0519Bram Moolenaar2020-04-051-0/+19
* patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar2020-04-051-0/+21
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-055-356/+420
* patch 8.2.0511: Cscope code not fully testedv8.2.0511Bram Moolenaar2020-04-051-29/+53
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-0412-14/+449
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-033-22/+14
* patch 8.2.0507: getbufvar() may get the wrong dictionaryv8.2.0507Bram Moolenaar2020-04-031-0/+10
* patch 8.2.0505: term_getty() not sufficiently testedv8.2.0505Bram Moolenaar2020-04-031-10/+43
* patch 8.2.0503: Vim9: some code is not testedv8.2.0503Bram Moolenaar2020-04-021-23/+65
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-022-6/+56
* patch 8.2.0501: Vim9: script test fails when channel feature is missingv8.2.0501Bram Moolenaar2020-04-021-4/+6
* patch 8.2.0496: Vim9: disassemble test failsv8.2.0496Bram Moolenaar2020-04-021-1/+41
* patch 8.2.0495: Vim9: some code not testedv8.2.0495Bram Moolenaar2020-04-011-0/+14
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-011-0/+43
* patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar2020-04-012-1/+26
* patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar2020-04-011-4/+4