summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-316-34/+311
* patch 8.2.0184: blob test failsv8.2.0184Bram Moolenaar2020-01-302-1/+7
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-3022-177/+250
* patch 8.2.0182: min() and max() materialize a range() listv8.2.0182Bram Moolenaar2020-01-302-12/+24
* patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar2020-01-306-58/+132
* patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columnsv8.2.0180Bram Moolenaar2020-01-302-3/+6
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-3010-19/+107
* patch 8.2.0178: with VTP the screen may not be restored properlyv8.2.0178Bram Moolenaar2020-01-302-2/+37
* patch 8.2.0177: memory leak in get_tags()v8.2.0177Bram Moolenaar2020-01-292-0/+5
* patch 8.2.0176: generating os headers does not work for Swedishv8.2.0176Bram Moolenaar2020-01-292-0/+7
* patch 8.2.0175: crash when removing list element in map()v8.2.0175Bram Moolenaar2020-01-293-0/+22