summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-07-12patch 8.2.1199: not all assert functions are fully testedv8.2.1199Bram Moolenaar
2020-07-12patch 8.2.1198: terminal2 test sometimes hangs in the GUI on Travisv8.2.1198Bram Moolenaar
2020-07-12patch 8.2.1197: clientserver test still fails on MS-Windowsv8.2.1197Bram Moolenaar
2020-07-12patch 8.2.1196: build failure with normal featuresv8.2.1196Bram Moolenaar
2020-07-12patch 8.2.1195: clientserver test fails on MS-Windowsv8.2.1195Bram Moolenaar
2020-07-12patch 8.2.1194: test failure because shell prompt differsv8.2.1194Bram Moolenaar
2020-07-12patch 8.2.1193: terminal window not redrawn when dragging a popup windowv8.2.1193Bram Moolenaar
2020-07-12patch 8.2.1192: Lua test fails with older Lua versionv8.2.1192Bram Moolenaar
2020-07-12patch 8.2.1191: Vim9: crash when function calls itselfv8.2.1191Bram Moolenaar
2020-07-12patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar
2020-07-12patch 8.2.1189: Vim9: line continuation in lambda doesn't always workv8.2.1189Bram Moolenaar
2020-07-12patch 8.2.1188: memory leak with invalid json inputv8.2.1188Bram Moolenaar
2020-07-12patch 8.2.1187: terminal2 test sometimes hangs in the GUI on Travisv8.2.1187Bram Moolenaar
2020-07-12patch 8.2.1186: with SGR mouse codes balloon doesn't show up after clickv8.2.1186Bram Moolenaar
2020-07-11patch 8.2.1185: some other tests failv8.2.1185Bram Moolenaar
2020-07-11patch 8.2.1184: some tests failv8.2.1184Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-11patch 8.2.1182: Vim9: no check for whitespace after comma in lambdav8.2.1182Bram Moolenaar
2020-07-11patch 8.2.1181: json code not fully testedv8.2.1181Bram Moolenaar
2020-07-11patch 8.2.1180: build failure in small versionv8.2.1180Bram Moolenaar
2020-07-11patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUIv8.2.1179Bram Moolenaar
2020-07-11patch 8.2.1178: Vim9: filter function recognized as command modifierv8.2.1178Bram Moolenaar
2020-07-11patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar
2020-07-10patch 8.2.1176: Vim9: not enough type checking in Vim9 scriptv8.2.1176Bram Moolenaar
2020-07-10Update runtime filesBram Moolenaar
2020-07-10patch 8.2.1175: Vim9: cannot split a line before ".member"v8.2.1175Bram Moolenaar
2020-07-10patch 8.2.1174: no test for the "recording @x" messagev8.2.1174Bram Moolenaar
2020-07-10patch 8.2.1173: tee doesn't build on some systemsv8.2.1173Bram Moolenaar
2020-07-10patch 8.2.1172: error messages when doing "make clean" in doc or teev8.2.1172Bram Moolenaar
2020-07-10patch 8.2.1171: possible crash when out of memoryv8.2.1171Bram Moolenaar
2020-07-10patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all"v8.2.1170Bram Moolenaar
2020-07-10patch 8.2.1169: write NUL past allocated space using corrupted spell filev8.2.1169Bram Moolenaar
2020-07-09patch 8.2.1168: wrong method argument for appendbufline()v8.2.1168Bram Moolenaar
2020-07-09patch 8.2.1167: Vim9: builtin function method call only supports first argv8.2.1167Bram Moolenaar
2020-07-09patch 8.2.1166: once mouse move events are enabled getchar() returns themv8.2.1166Bram Moolenaar
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