summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2020-08-01patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar
2020-08-01patch 8.2.1339: Vim9: assigning to global dict variable doesn't workv8.2.1339Bram Moolenaar
2020-08-01patch 8.2.1338: Vim9: assigning to script-local variable doesn't check typev8.2.1338Bram Moolenaar
2020-07-31patch 8.2.1332: Vim9: memory leak when using nested global functionv8.2.1332Bram Moolenaar
2020-07-31patch 8.2.1331: Vim9: :echo with two lists doesn't workv8.2.1331Bram Moolenaar
2020-07-31patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar
2020-07-29patch 8.2.1323: Vim9: invalid operators only rejected in :def functionv8.2.1323Bram Moolenaar
2020-07-29patch 8.2.1320: Vim9: cannot declare some single letter variablesv8.2.1320Bram Moolenaar
2020-07-28patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar
2020-07-27patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar
2020-07-26patch 8.2.1302: Vim9: varargs arg after optional arg does not workv8.2.1302Bram Moolenaar
2020-07-26patch 8.2.1301: Vim9: varargs argument type not parsed properlyv8.2.1301Bram Moolenaar
2020-07-26patch 8.2.1300: Vim9: optional argument type not parsed properlyv8.2.1300Bram Moolenaar
2020-07-25patch 8.2.1293: Vim9: error when using vim9script in TextYankPostv8.2.1293Bram Moolenaar
2020-07-23patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar
2020-07-23patch 8.2.1285: Vim9: argument types are not checked on assignmentv8.2.1285Bram Moolenaar
2020-07-23patch 8.2.1284: Vim9: skipping over type includes following white spacev8.2.1284Bram Moolenaar
2020-07-23patch 8.2.1283: Vim9: error for misplaced -> lacks argumentv8.2.1283Bram Moolenaar
2020-07-23patch 8.2.1282: Vim9: crash when using CheckScriptFailure()v8.2.1282Bram Moolenaar
2020-07-23patch 8.2.1278: Vim9: line break after "->" only allowed in :def functionv8.2.1278Bram Moolenaar
2020-07-22patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar
2020-07-22patch 8.2.1271: Vim9: Error for Funcref function argument typev8.2.1271Bram Moolenaar
2020-07-22patch 8.2.1270: Vim9: not skipping over function type declarationv8.2.1270Bram Moolenaar
2020-07-21patch 8.2.1261: Vim9: common type of function not testedv8.2.1261Bram Moolenaar
2020-07-20patch 8.2.1256: Vim9: type wrong after getting dict item in lambdav8.2.1256Bram Moolenaar
2020-07-19patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespacesv8.2.1250Bram Moolenaar
2020-07-19patch 8.2.1247: Vim9: cannot index a character in a stringv8.2.1247Bram Moolenaar
2020-07-19patch 8.2.1246: Vim9: comment after assignment doesn't workv8.2.1246Bram Moolenaar
2020-07-19patch 8.2.1244: Vim9: in lambda index assumes a listv8.2.1244Bram Moolenaar
2020-07-19patch 8.2.1243: Vim9: cannot have a comment line halfway a listv8.2.1243Bram Moolenaar
2020-07-19patch 8.2.1242: Vim9: no error if calling a function with wrong typev8.2.1242Bram Moolenaar
2020-07-18patch 8.2.1236: Vim9: a few errors not caught by try/catchv8.2.1236Bram Moolenaar
2020-07-17patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227Bram Moolenaar
2020-07-15patch 8.2.1223: Vim9: invalid type error for function default valuev8.2.1223Bram Moolenaar
2020-07-15patch 8.2.1218: Vim9: cannot use 'text'->func()v8.2.1218Bram Moolenaar
2020-07-13patch 8.2.1201: Vim9: crash when passing number as dict keyv8.2.1201Bram Moolenaar
2020-07-12patch 8.2.1191: Vim9: crash when function calls itselfv8.2.1191Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-11patch 8.2.1178: Vim9: filter function recognized as command modifierv8.2.1178Bram Moolenaar
2020-07-10patch 8.2.1176: Vim9: not enough type checking in Vim9 scriptv8.2.1176Bram Moolenaar
2020-07-10patch 8.2.1175: Vim9: cannot split a line before ".member"v8.2.1175Bram Moolenaar
2020-07-09patch 8.2.1167: Vim9: builtin function method call only supports first argv8.2.1167Bram 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.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-07patch 8.2.1152: Vim9: function reference is missing script prefixv8.2.1152Bram 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