summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-0513-459/+733
* patch 8.2.0511: Cscope code not fully testedv8.2.0511Bram Moolenaar2020-04-052-29/+55
* patch 8.2.0510: Coverity complains about using uninitialized variablev8.2.0510Bram Moolenaar2020-04-043-10/+14
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-0414-15/+452
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-039-115/+247
* patch 8.2.0507: getbufvar() may get the wrong dictionaryv8.2.0507Bram Moolenaar2020-04-033-2/+19
* patch 8.2.0506: Coverity complains about ignoring return valuev8.2.0506Bram Moolenaar2020-04-032-1/+3
* patch 8.2.0505: term_getty() not sufficiently testedv8.2.0505Bram Moolenaar2020-04-032-10/+45
* patch 8.2.0504: Vim9: leaking scope memory when compilation failsv8.2.0504Bram Moolenaar2020-04-022-0/+31
* patch 8.2.0503: Vim9: some code is not testedv8.2.0503Bram Moolenaar2020-04-023-31/+70
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-0216-32/+104
* patch 8.2.0501: Vim9: script test fails when channel feature is missingv8.2.0501Bram Moolenaar2020-04-022-4/+8
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-0234-141/+176
* patch 8.2.0499: calling a lambda is slower than evaluating a stringv8.2.0499Bram Moolenaar2020-04-022-29/+60
* patch 8.2.0498: Coverity complains about uninitialized fieldv8.2.0498Bram Moolenaar2020-04-022-1/+3
* patch 8.2.0497: too verbose output from the asan build in Travisv8.2.0497Bram Moolenaar2020-04-022-1/+3
* patch 8.2.0496: Vim9: disassemble test failsv8.2.0496Bram Moolenaar2020-04-022-1/+43
* patch 8.2.0495: Vim9: some code not testedv8.2.0495Bram Moolenaar2020-04-013-20/+67
* patch 8.2.0494: Vim9: asan errorv8.2.0494Bram Moolenaar2020-04-012-1/+4
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-0110-11/+80
* patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar2020-04-015-17/+66
* patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar2020-04-014-4/+9
* patch 8.2.0490: Win32: VTP doesn't respect 'restorescreen'v8.2.0490Bram Moolenaar2020-04-012-0/+8
* patch 8.2.0489: Vim9: memory leaksv8.2.0489Bram Moolenaar2020-04-014-7/+39
* patch 8.2.0488: Vim9: compiling can break when using a lambda inside :defv8.2.0488Bram Moolenaar2020-03-313-23/+36
* patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar2020-03-316-22/+72
* patch 8.2.0486: Vim9: some code and error messages not testedv8.2.0486Bram Moolenaar2020-03-305-7/+60
* patch 8.2.0485: Vim9 script test failsv8.2.0485Bram Moolenaar2020-03-302-2/+6
* patch 8.2.0484: Vim9: some error messages not testedv8.2.0484Bram Moolenaar2020-03-302-0/+11
* patch 8.2.0483: Vim9: "let x = x + 1" does not give an errorv8.2.0483Bram Moolenaar2020-03-303-2/+14
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-3015-31/+488
* patch 8.2.0481: Travis is still using trustyv8.2.0481Bram Moolenaar2020-03-303-32/+37
* patch 8.2.0480: Vim9: some code is not testedv8.2.0480Bram Moolenaar2020-03-293-2/+40
* patch 8.2.0479: unloading shared libraries on exit has no purposev8.2.0479Bram Moolenaar2020-03-297-75/+3
* patch 8.2.0478: new buffers are not added to the Buffers menuv8.2.0478Bram Moolenaar2020-03-293-4/+16
* patch 8.2.0477: Vim9: error messages not testedv8.2.0477Bram Moolenaar2020-03-293-1/+29
* patch 8.2.0476: terminal nasty callback test fails sometimesv8.2.0476Bram Moolenaar2020-03-292-3/+7
* patch 8.2.0475: channel out_cb test still fails sometimes on Macv8.2.0475Bram Moolenaar2020-03-292-2/+9
* patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmdv8.2.0474Bram Moolenaar2020-03-293-4/+50
* patch 8.2.0473: variables declared in an outer scopev8.2.0473Bram Moolenaar2020-03-292-12/+13
* patch 8.2.0472: terminal highlight name is set twice, leaking memoryv8.2.0472Bram Moolenaar2020-03-282-2/+2
* patch 8.2.0471: missing change to compile_list()v8.2.0471Bram Moolenaar2020-03-282-1/+6
* patch 8.2.0470: Test_confirm_cmd_cancel() can fail on a slow systemv8.2.0470Bram Moolenaar2020-03-282-1/+3
* patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar2020-03-286-2/+15
* patch 8.2.0468: GUI: pixel dust with some fonts and charactersv8.2.0468Bram Moolenaar2020-03-284-22/+17
* patch 8.2.0467: Vim9: some errors are not testedv8.2.0467Bram Moolenaar2020-03-286-7/+61
* patch 8.2.0466: not parsing messages recursively breaks the govim pluginv8.2.0466Bram Moolenaar2020-03-282-30/+34
* patch 8.2.0465: Vim9: dead code and wrong return typev8.2.0465Bram Moolenaar2020-03-283-6/+54
* Correct list of patch numbersBram Moolenaar2020-03-271-2/+0
* patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar2020-03-277-15/+25