summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.1176: Vim9: not enough type checking in Vim9 scriptv8.2.1176Bram Moolenaar2020-07-105-3/+41
* Update runtime filesBram Moolenaar2020-07-1021-420/+690
* patch 8.2.1175: Vim9: cannot split a line before ".member"v8.2.1175Bram Moolenaar2020-07-103-4/+32
* patch 8.2.1174: no test for the "recording @x" messagev8.2.1174Bram Moolenaar2020-07-102-0/+16
* patch 8.2.1173: tee doesn't build on some systemsv8.2.1173Bram Moolenaar2020-07-102-0/+6
* patch 8.2.1172: error messages when doing "make clean" in doc or teev8.2.1172Bram Moolenaar2020-07-103-2/+4
* patch 8.2.1171: possible crash when out of memoryv8.2.1171Bram Moolenaar2020-07-102-0/+4
* patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all"v8.2.1170Bram Moolenaar2020-07-103-1/+21
* patch 8.2.1169: write NUL past allocated space using corrupted spell filev8.2.1169Bram Moolenaar2020-07-102-1/+4
* patch 8.2.1168: wrong method argument for appendbufline()v8.2.1168Bram Moolenaar2020-07-092-1/+3
* patch 8.2.1167: Vim9: builtin function method call only supports first argv8.2.1167Bram Moolenaar2020-07-097-10/+94
* patch 8.2.1166: once mouse move events are enabled getchar() returns themv8.2.1166Bram Moolenaar2020-07-093-4/+7
* patch 8.2.1165: insufficient testing for the Tcl interfacev8.2.1165Bram Moolenaar2020-07-092-2/+57
* patch 8.2.1164: text cleared by checking terminal properties not redrawnv8.2.1164Bram Moolenaar2020-07-084-0/+15
* patch 8.2.1163: build errorv8.2.1163Bram Moolenaar2020-07-082-1/+3
* patch 8.2.1162: crash when using a lambdav8.2.1162Bram Moolenaar2020-07-082-2/+4
* patch 8.2.1161: Vim9: using freed memoryv8.2.1161Bram Moolenaar2020-07-086-33/+67
* patch 8.2.1160: Vim9: memory leak in allocated typesv8.2.1160Bram Moolenaar2020-07-085-5/+13
* patch 8.2.1159: Vim9: no error for missing space after a commav8.2.1159Bram Moolenaar2020-07-084-1/+11
* patch 8.2.1158: build errorv8.2.1158Bram Moolenaar2020-07-082-1/+3
* patch 8.2.1157: Vim9: dict.name is not recognized as an expressionv8.2.1157Bram Moolenaar2020-07-083-1/+22
* patch 8.2.1156: Vim9: No error for invalid command in compiled functionv8.2.1156Bram Moolenaar2020-07-083-1/+7
* patch 8.2.1155: Vim9: cannot handle line break inside lambdav8.2.1155Bram Moolenaar2020-07-086-63/+115
* patch 8.2.1154: Vim9: crash when using imported functionv8.2.1154Bram Moolenaar2020-07-087-20/+84
* patch 8.2.1153: Vim9: script test fails on some systemsv8.2.1153Bram Moolenaar2020-07-072-1/+3
* patch 8.2.1152: Vim9: function reference is missing script prefixv8.2.1152Bram Moolenaar2020-07-073-1/+37
* patch 8.2.1151: insufficient test coverage for Pythonv8.2.1151Bram Moolenaar2020-07-073-0/+52
* patch 8.2.1150: ml_get error when using Pythonv8.2.1150Bram Moolenaar2020-07-074-17/+24
* patch 8.2.1149: Vim9: :eval command not handled properlyv8.2.1149Bram Moolenaar2020-07-063-14/+31
* patch 8.2.1148: warning for using int instead of size_tv8.2.1148Bram Moolenaar2020-07-064-3/+5
* patch 8.2.1147: :confirm may happen in cooked modev8.2.1147Bram Moolenaar2020-07-063-35/+93
* patch 8.2.1146: not enough testing for Pythonv8.2.1146Bram Moolenaar2020-07-066-134/+634
* patch 8.2.1145: Vim9: "for" only accepts a list at compile timev8.2.1145Bram Moolenaar2020-07-054-5/+50
* patch 8.2.1144: Vim9: return type of reverse() is anyv8.2.1144Bram Moolenaar2020-07-053-1/+12
* patch 8.2.1143: Vim9: return type of remove() is anyv8.2.1143Bram Moolenaar2020-07-053-1/+23
* patch 8.2.1142: Vim9: return type of insert() is anyv8.2.1142Bram Moolenaar2020-07-053-1/+12
* patch 8.2.1141: Vim9: return type of filter() is anyv8.2.1141Bram Moolenaar2020-07-053-1/+12
* patch 8.2.1140: Vim9: return type of extend() is anyv8.2.1140Bram Moolenaar2020-07-053-1/+12
* patch 8.2.1139: Vim9: test for silent echo fails in some environmentsv8.2.1139Bram Moolenaar2020-07-052-4/+6
* patch 8.2.1138: Vim9: return type of copy() and deepcopy() is anyv8.2.1138Bram Moolenaar2020-07-053-2/+20
* patch 8.2.1137: Vim9: modifiers not cleared after compiling functionv8.2.1137Bram Moolenaar2020-07-056-27/+61
* 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