summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0234: message test fails on SunOSv8.2.0234Bram Moolenaar2020-02-082-3/+17
* patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233Bram Moolenaar2020-02-085-114/+163
* patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar2020-02-083-1/+14
* patch 8.2.0231: silent system command may clear the screenv8.2.0231Bram Moolenaar2020-02-082-2/+4
* patch 8.2.0230: terminal popup test is flakyv8.2.0230Bram Moolenaar2020-02-072-1/+3
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-074-16/+116
* patch 8.2.0228: configure does not recognize gcc version on BSDv8.2.0228Bram Moolenaar2020-02-073-2/+4
* patch 8.2.0227: compiling a few instructions not testedv8.2.0227Bram Moolenaar2020-02-062-1/+80
* patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar2020-02-063-5/+77
* patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar2020-02-064-10/+52
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-064-26/+79
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-068-230/+256
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-066-49/+152
* patch 8.2.0221: no test for Vim9 += and ..=v8.2.0221Bram Moolenaar2020-02-062-2/+25
* patch 8.2.0220: terminal test did pass on Macv8.2.0220Bram Moolenaar2020-02-062-6/+6
* patch 8.2.0219: terminal test still fails on Macv8.2.0219Bram Moolenaar2020-02-052-4/+8
* patch 8.2.0218: several Vim9 instructions are not testedv8.2.0218Bram Moolenaar2020-02-052-36/+125
* patch 8.2.0217: terminal test fails on Macv8.2.0217Bram Moolenaar2020-02-052-0/+3
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-054-7/+78
* patch 8.2.0215: wrong file name shorteningv8.2.0215Bram Moolenaar2020-02-053-7/+15
* patch 8.2.0214: a popup window with a terminal can be made hiddenv8.2.0214Bram Moolenaar2020-02-054-2/+30
* patch 8.2.0213: configure does not recognize gcc 10.0 and laterv8.2.0213Bram Moolenaar2020-02-053-3/+5
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-0515-0/+103
* patch 8.2.0211: test for ANSI colors fails without an "ls" commandv8.2.0211Bram Moolenaar2020-02-052-3/+10
* patch 8.2.0210: Coverity complains about uninitialized fieldv8.2.0210Bram Moolenaar2020-02-042-0/+3
* Update runtime files.Bram Moolenaar2020-02-0416-61/+177
* patch 8.2.0209: function a bit far away from where it's usedv8.2.0209Bram Moolenaar2020-02-043-40/+42
* patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar2020-02-044-6/+39
* patch 8.2.0207: crash when missing member type on list argumentv8.2.0207Bram Moolenaar2020-02-043-4/+26
* patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar2020-02-044-3/+42
* patch 8.2.0205: error code E899 used twicev8.2.0205Bram Moolenaar2020-02-032-1/+3
* patch 8.2.0204: crash when using winnr('j') in a popup windowv8.2.0204Bram Moolenaar2020-02-034-3/+20
* patch 8.2.0203: :helptags and some other functionality not testedv8.2.0203Bram Moolenaar2020-02-039-1/+181
* patch 8.2.0202: when 'lazyredraw' is set the window title may not be updatedv8.2.0202Bram Moolenaar2020-02-032-0/+6
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-036-82/+136
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-029-58/+301
* patch 8.2.0199: Vim9 script commands not sufficiently testedv8.2.0199Bram Moolenaar2020-02-024-11/+58
* patch 8.2.0198: no tests for y/n promptv8.2.0198Bram Moolenaar2020-02-022-1/+33
* patch 8.2.0197: some Ex commands not sufficiently testedv8.2.0197Bram Moolenaar2020-02-028-3/+173
* patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar2020-02-026-3/+55
* patch 8.2.0195: some tests fail when run in the GUIv8.2.0195Bram Moolenaar2020-02-024-2/+8
* patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194Bram Moolenaar2020-02-018-21/+26
* patch 8.2.0193: still build failure without +terminal featurev8.2.0193Bram Moolenaar2020-02-012-1/+6
* patch 8.2.0192: build failure without +terminal featurev8.2.0192Bram Moolenaar2020-02-012-1/+15
* patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar2020-02-0115-60/+306
* patch 8.2.0190: Kotlin files are not recognizedv8.2.0190Bram Moolenaar2020-01-313-1/+7
* patch 8.2.0189: cd() with NULL argument crashesv8.2.0189Bram Moolenaar2020-01-313-1/+5
* patch 8.2.0188: Check commands don't work well with Vim9 scriptv8.2.0188Bram Moolenaar2020-01-314-44/+81
* patch 8.2.0187: reduntant codev8.2.0187Bram Moolenaar2020-01-312-2/+3
* patch 8.2.0186: a couple of tests may fail when features are missingv8.2.0186Bram Moolenaar2020-01-313-1/+4