summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-05patch 8.2.1134: Vim9: getting a list member may not workv8.2.1134Bram Moolenaar
2020-07-05patch 8.2.1133: Vim9: return type of add() is not specific enoughv8.2.1133Bram Moolenaar
2020-07-05patch 8.2.1132: Vim9: return type of repeat() is not specific enoughv8.2.1132Bram Moolenaar
2020-07-05patch 8.2.1131: Vim9: error message for returning a value is not clearv8.2.1131Bram Moolenaar
2020-07-05patch 8.2.1130: Vim9: bar not recognized after function callv8.2.1130Bram Moolenaar
2020-07-05patch 8.2.1129: Vim9: bar not recognized after not compiled commandv8.2.1129Bram Moolenaar
2020-07-05patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128Bram Moolenaar
2020-07-04patch 8.2.1127: Vim9: getting a dict member may not workv8.2.1127Bram Moolenaar
2020-07-04patch 8.2.1126: Vim9: using :copen causes an errorv8.2.1126Bram Moolenaar
2020-07-04patch 8.2.1125: Vim9: double quote can be a string or a commentv8.2.1125Bram Moolenaar
2020-07-04patch 8.2.1124: Vim9: no line break allowed in :import commandv8.2.1124Bram Moolenaar
2020-07-03patch 8.2.1123: Python 3 test is old stylev8.2.1123Bram Moolenaar
2020-07-03patch 8.2.1122: Vim9: line continuation in dict member not recognizedv8.2.1122Bram Moolenaar
2020-07-03patch 8.2.1121: command completion not working after ++argv8.2.1121Bram Moolenaar
2020-07-03patch 8.2.1120: Python code not tested properlyv8.2.1120Bram Moolenaar
2020-07-02patch 8.2.1119: configure fails with Xcode 12 betav8.2.1119Bram Moolenaar
2020-07-02patch 8.2.1118: condition can never be true, dead codev8.2.1118Bram Moolenaar
2020-07-02patch 8.2.1117: Coverity warns for unsing unitialized fieldv8.2.1117Bram Moolenaar
2020-07-02patch 8.2.1116: Vim9: parsing command checks for list twicev8.2.1116Bram Moolenaar
2020-07-02patch 8.2.1115: iminsert test fails when compiled with VIMDLLv8.2.1115Bram Moolenaar
2020-07-01patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar
2020-07-01patch 8.2.1113: no test for verbose output of :callv8.2.1113Bram Moolenaar
2020-07-01patch 8.2.1112: Vim9: no line continuation allowed in method callv8.2.1112Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-07-01patch 8.2.1110: Vim9: line continuation does not work in function argumentsv8.2.1110Bram Moolenaar
2020-07-01patch 8.2.1109: still crashing when using s:variablev8.2.1109Bram Moolenaar
2020-07-01patch 8.2.1108: mouse left-right scroll is not supported in terminal windowv8.2.1108Bram Moolenaar
2020-07-01patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107Bram Moolenaar
2020-07-01patch 8.2.1106: crash when trying to use s: variable in typed commandv8.2.1106Bram Moolenaar
2020-07-01patch 8.2.1105: insufficient test coverage for Luav8.2.1105Bram Moolenaar
2020-07-01patch 8.2.1104: Coverity warnts for possible NULL pointer usev8.2.1104Bram Moolenaar
2020-07-01patch 8.2.1103: Coverity reports an unnecessary NULL checkv8.2.1103Bram Moolenaar
2020-07-01patch 8.2.1102: Coverity gets confused by an unnecessary NULL checkv8.2.1102Bram Moolenaar
2020-06-30patch 8.2.1101: no error when using wrong arguments for setqflist()v8.2.1101Bram Moolenaar
2020-06-30patch 8.2.1100: Vim9: cannot use line break in :execute argumentv8.2.1100Bram Moolenaar
2020-06-30patch 8.2.1099: Vim9: cannot use line break in :cexpr argumentv8.2.1099Bram Moolenaar
2020-06-30patch 8.2.1098: Vim9: cannot use line break in :throw argumentv8.2.1098Bram Moolenaar
2020-06-30Runtime file updatesBram Moolenaar
2020-06-30patch 8.2.1097: highlight code not sufficiently testedv8.2.1097Bram Moolenaar
2020-06-30patch 8.2.1096: Vim9: return type of getqflist() is wrongv8.2.1096Bram Moolenaar
2020-06-29patch 8.2.1095: may use pointer after freeing itv8.2.1095Bram Moolenaar
2020-06-29patch 8.2.1094: dead code in libvtermv8.2.1094Bram Moolenaar
2020-06-29patch 8.2.1093: Python: double free when adding item to dict failsv8.2.1093Bram Moolenaar
2020-06-29patch 8.2.1092: not checking if saving for undo succeedsv8.2.1092Bram Moolenaar
2020-06-29patch 8.2.1091: no check if opening a pty worksv8.2.1091Bram Moolenaar
2020-06-29patch 8.2.1090: may use NULL pointer when skipping over namev8.2.1090Bram Moolenaar
2020-06-29patch 8.2.1089: Coverity warns for pointer computationv8.2.1089Bram Moolenaar
2020-06-29patch 8.2.1088: a very long translation might cause a buffer overflowv8.2.1088Bram Moolenaar
2020-06-29patch 8.2.1087: possible memory leak when file expansion failsv8.2.1087Bram Moolenaar
2020-06-29patch 8.2.1086: possibly using freed memory when text properties usedv8.2.1086Bram Moolenaar