summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1136: Vim9: return type of argv() is always anyv8.2.1136Bram Moolenaar2020-07-053-1/+23
* patch 8.2.1135: Vim9: getting a dict member may not workv8.2.1135Bram Moolenaar2020-07-053-3/+13
* patch 8.2.1134: Vim9: getting a list member may not workv8.2.1134Bram Moolenaar2020-07-053-2/+14
* patch 8.2.1133: Vim9: return type of add() is not specific enoughv8.2.1133Bram Moolenaar2020-07-053-1/+9
* patch 8.2.1132: Vim9: return type of repeat() is not specific enoughv8.2.1132Bram Moolenaar2020-07-053-2/+12
* patch 8.2.1131: Vim9: error message for returning a value is not clearv8.2.1131Bram Moolenaar2020-07-053-4/+16
* patch 8.2.1130: Vim9: bar not recognized after function callv8.2.1130Bram Moolenaar2020-07-053-1/+11
* patch 8.2.1129: Vim9: bar not recognized after not compiled commandv8.2.1129Bram Moolenaar2020-07-053-2/+66
* patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128Bram Moolenaar2020-07-059-11/+13
* patch 8.2.1127: Vim9: getting a dict member may not workv8.2.1127Bram Moolenaar2020-07-043-1/+10
* patch 8.2.1126: Vim9: using :copen causes an errorv8.2.1126Bram Moolenaar2020-07-043-1/+9
* patch 8.2.1125: Vim9: double quote can be a string or a commentv8.2.1125Bram Moolenaar2020-07-046-26/+15
* patch 8.2.1124: Vim9: no line break allowed in :import commandv8.2.1124Bram Moolenaar2020-07-045-91/+179
* patch 8.2.1123: Python 3 test is old stylev8.2.1123Bram Moolenaar2020-07-038-3231/+3358
* patch 8.2.1122: Vim9: line continuation in dict member not recognizedv8.2.1122Bram Moolenaar2020-07-033-3/+59
* patch 8.2.1121: command completion not working after ++argv8.2.1121Bram Moolenaar2020-07-033-9/+15
* patch 8.2.1120: Python code not tested properlyv8.2.1120Bram Moolenaar2020-07-037-3167/+3368
* patch 8.2.1119: configure fails with Xcode 12 betav8.2.1119Bram Moolenaar2020-07-023-4/+6
* patch 8.2.1118: condition can never be true, dead codev8.2.1118Bram Moolenaar2020-07-022-2/+2
* patch 8.2.1117: Coverity warns for unsing unitialized fieldv8.2.1117Bram Moolenaar2020-07-022-0/+4
* patch 8.2.1116: Vim9: parsing command checks for list twicev8.2.1116Bram Moolenaar2020-07-023-12/+19
* patch 8.2.1115: iminsert test fails when compiled with VIMDLLv8.2.1115Bram Moolenaar2020-07-022-2/+4
* patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar2020-07-016-1563/+1581
* patch 8.2.1113: no test for verbose output of :callv8.2.1113Bram Moolenaar2020-07-012-0/+13
* patch 8.2.1112: Vim9: no line continuation allowed in method callv8.2.1112Bram Moolenaar2020-07-015-21/+50
* patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar2020-07-0112-50/+55
* patch 8.2.1110: Vim9: line continuation does not work in function argumentsv8.2.1110Bram Moolenaar2020-07-0110-32/+80
* patch 8.2.1109: still crashing when using s:variablev8.2.1109Bram Moolenaar2020-07-012-1/+3
* patch 8.2.1108: mouse left-right scroll is not supported in terminal windowv8.2.1108Bram Moolenaar2020-07-016-22/+89
* patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107Bram Moolenaar2020-07-014-8/+7
* patch 8.2.1106: crash when trying to use s: variable in typed commandv8.2.1106Bram Moolenaar2020-07-013-1/+21
* patch 8.2.1105: insufficient test coverage for Luav8.2.1105Bram Moolenaar2020-07-013-18/+171
* patch 8.2.1104: Coverity warnts for possible NULL pointer usev8.2.1104Bram Moolenaar2020-07-012-1/+4
* patch 8.2.1103: Coverity reports an unnecessary NULL checkv8.2.1103Bram Moolenaar2020-07-012-1/+3
* patch 8.2.1102: Coverity gets confused by an unnecessary NULL checkv8.2.1102Bram Moolenaar2020-07-012-6/+10
* patch 8.2.1101: no error when using wrong arguments for setqflist()v8.2.1101Bram Moolenaar2020-06-303-0/+13
* patch 8.2.1100: Vim9: cannot use line break in :execute argumentv8.2.1100Bram Moolenaar2020-06-303-4/+50
* patch 8.2.1099: Vim9: cannot use line break in :cexpr argumentv8.2.1099Bram Moolenaar2020-06-303-23/+36
* patch 8.2.1098: Vim9: cannot use line break in :throw argumentv8.2.1098Bram Moolenaar2020-06-303-2/+26
* Runtime file updatesBram Moolenaar2020-06-307-839/+650
* patch 8.2.1097: highlight code not sufficiently testedv8.2.1097Bram Moolenaar2020-06-303-0/+50
* patch 8.2.1096: Vim9: return type of getqflist() is wrongv8.2.1096Bram Moolenaar2020-06-303-2/+44
* patch 8.2.1095: may use pointer after freeing itv8.2.1095Bram Moolenaar2020-06-292-3/+6
* patch 8.2.1094: dead code in libvtermv8.2.1094Bram Moolenaar2020-06-292-2/+3
* patch 8.2.1093: Python: double free when adding item to dict failsv8.2.1093Bram Moolenaar2020-06-292-1/+2
* patch 8.2.1092: not checking if saving for undo succeedsv8.2.1092Bram Moolenaar2020-06-292-2/+5
* patch 8.2.1091: no check if opening a pty worksv8.2.1091Bram Moolenaar2020-06-292-0/+4
* patch 8.2.1090: may use NULL pointer when skipping over namev8.2.1090Bram Moolenaar2020-06-292-1/+5
* patch 8.2.1089: Coverity warns for pointer computationv8.2.1089Bram Moolenaar2020-06-292-3/+4
* patch 8.2.1088: a very long translation might cause a buffer overflowv8.2.1088Bram Moolenaar2020-06-292-3/+9