summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-09patch 8.2.1165: insufficient testing for the Tcl interfacev8.2.1165Bram Moolenaar
2020-07-08patch 8.2.1164: text cleared by checking terminal properties not redrawnv8.2.1164Bram Moolenaar
2020-07-08patch 8.2.1163: build errorv8.2.1163Bram Moolenaar
2020-07-08patch 8.2.1162: crash when using a lambdav8.2.1162Bram Moolenaar
2020-07-08patch 8.2.1161: Vim9: using freed memoryv8.2.1161Bram Moolenaar
2020-07-08patch 8.2.1160: Vim9: memory leak in allocated typesv8.2.1160Bram Moolenaar
2020-07-08patch 8.2.1159: Vim9: no error for missing space after a commav8.2.1159Bram Moolenaar
2020-07-08patch 8.2.1158: build errorv8.2.1158Bram Moolenaar
2020-07-08patch 8.2.1157: Vim9: dict.name is not recognized as an expressionv8.2.1157Bram Moolenaar
2020-07-08patch 8.2.1156: Vim9: No error for invalid command in compiled functionv8.2.1156Bram Moolenaar
2020-07-08patch 8.2.1155: Vim9: cannot handle line break inside lambdav8.2.1155Bram Moolenaar
2020-07-08patch 8.2.1154: Vim9: crash when using imported functionv8.2.1154Bram Moolenaar
2020-07-07patch 8.2.1153: Vim9: script test fails on some systemsv8.2.1153Bram Moolenaar
2020-07-07patch 8.2.1152: Vim9: function reference is missing script prefixv8.2.1152Bram Moolenaar
2020-07-07patch 8.2.1151: insufficient test coverage for Pythonv8.2.1151Bram Moolenaar
2020-07-07patch 8.2.1150: ml_get error when using Pythonv8.2.1150Bram Moolenaar
2020-07-06patch 8.2.1149: Vim9: :eval command not handled properlyv8.2.1149Bram Moolenaar
2020-07-06patch 8.2.1148: warning for using int instead of size_tv8.2.1148Bram Moolenaar
2020-07-06patch 8.2.1147: :confirm may happen in cooked modev8.2.1147Bram Moolenaar
2020-07-06patch 8.2.1146: not enough testing for Pythonv8.2.1146Bram Moolenaar
2020-07-05patch 8.2.1145: Vim9: "for" only accepts a list at compile timev8.2.1145Bram Moolenaar
2020-07-05patch 8.2.1144: Vim9: return type of reverse() is anyv8.2.1144Bram Moolenaar
2020-07-05patch 8.2.1143: Vim9: return type of remove() is anyv8.2.1143Bram Moolenaar
2020-07-05patch 8.2.1142: Vim9: return type of insert() is anyv8.2.1142Bram Moolenaar
2020-07-05patch 8.2.1141: Vim9: return type of filter() is anyv8.2.1141Bram Moolenaar
2020-07-05patch 8.2.1140: Vim9: return type of extend() is anyv8.2.1140Bram Moolenaar
2020-07-05patch 8.2.1139: Vim9: test for silent echo fails in some environmentsv8.2.1139Bram Moolenaar
2020-07-05patch 8.2.1138: Vim9: return type of copy() and deepcopy() is anyv8.2.1138Bram Moolenaar
2020-07-05patch 8.2.1137: Vim9: modifiers not cleared after compiling functionv8.2.1137Bram Moolenaar
2020-07-05patch 8.2.1136: Vim9: return type of argv() is always anyv8.2.1136Bram Moolenaar
2020-07-05patch 8.2.1135: Vim9: getting a dict member may not workv8.2.1135Bram Moolenaar
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