summaryrefslogtreecommitdiffstats
path: root/src/vim9execute.c
AgeCommit message (Expand)Author
2020-08-14patch 8.2.1454: Vim9: failure invoking lambda with wrong argumentsv8.2.1454Bram Moolenaar
2020-08-14patch 8.2.1446: Vim9: line number in error message is not correctv8.2.1446Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-13patch 8.2.1443: Vim9: crash when interrupting a nested :def functionv8.2.1443Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar
2020-08-12patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar
2020-08-12patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar
2020-08-01patch 8.2.1338: Vim9: assigning to script-local variable doesn't check typev8.2.1338Bram Moolenaar
2020-08-01patch 8.2.1337: Vim9: cannot use empty key in dict assignmentv8.2.1337Bram Moolenaar
2020-07-31patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar
2020-07-25patch 8.2.1291: Vim9: type of varargs items is not checkedv8.2.1291Bram Moolenaar
2020-07-22patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar
2020-07-21patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 scriptv8.2.1263Bram Moolenaar
2020-07-21patch 8.2.1261: Vim9: common type of function not testedv8.2.1261Bram Moolenaar
2020-07-19patch 8.2.1251: Vim9: warning for pointer usage, test failure undetectedv8.2.1251Bram 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.1242: Vim9: no error if calling a function with wrong typev8.2.1242Bram Moolenaar
2020-07-18patch 8.2.1238: Vim9: a few remaining errors not caught by try/catchv8.2.1238Bram Moolenaar
2020-07-18patch 8.2.1236: Vim9: a few errors not caught by try/catchv8.2.1236Bram Moolenaar
2020-07-17patch 8.2.1233: Vim9: various errors not caught by try/catchv8.2.1233Bram Moolenaar
2020-07-17patch 8.2.1230: Vim9: list index error not caught by try/catchv8.2.1230Bram Moolenaar
2020-07-15patch 8.2.1224: Vim9: arguments from partial are not usedv8.2.1224Bram Moolenaar
2020-07-13patch 8.2.1202: Vim9: crash when calling a closure from a builtin functionv8.2.1202Bram Moolenaar
2020-07-13patch 8.2.1200: Vim9: cannot disassemble a lambda functionv8.2.1200Bram Moolenaar
2020-07-09patch 8.2.1167: Vim9: builtin function method call only supports first argv8.2.1167Bram Moolenaar
2020-07-08patch 8.2.1154: Vim9: crash when using imported functionv8.2.1154Bram 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-04patch 8.2.1127: Vim9: getting a dict member may not workv8.2.1127Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-20patch 8.2.1023: Vim9: redefining a function uses a new index every timev8.2.1023Bram Moolenaar
2020-06-19patch 8.2.1011: Vim9: some code not testedv8.2.1011Bram Moolenaar
2020-06-18patch 8.2.1009: Vim9: some failures not checked forv8.2.1009Bram Moolenaar
2020-06-16patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar
2020-06-14patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar
2020-05-25patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar
2020-05-24patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar
2020-05-16patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled codev8.2.0771Bram Moolenaar
2020-05-16patch 8.2.0768: Vim9: memory leak in script testv8.2.0768Bram Moolenaar
2020-05-15patch 8.2.0764: Vim9: assigning to option not fully testedv8.2.0764Bram Moolenaar
2020-05-15patch 8.2.0760: Vim9: dict member errors not testedv8.2.0760Bram Moolenaar
2020-05-15patch 8.2.0759: Vim9: missing changes for performance improvementsv8.2.0759Bram Moolenaar
2020-05-10patch 8.2.0732: Vim9: storing value in dict messes up stackv8.2.0732Bram Moolenaar
2020-05-10patch 8.2.0730: Vim9: Assignment to dict member does not workv8.2.0730Bram Moolenaar
2020-05-09patch 8.2.0726: Vim9: leaking memory when calling not compiled :def functionv8.2.0726Bram Moolenaar
2020-05-09patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar
2020-05-07patch 8.2.0706: Vim9: using assert_fails() causes function to finishv8.2.0706Bram Moolenaar
2020-05-06patch 8.2.0704: Vim9: memory leak in disassemble testv8.2.0704Bram Moolenaar
2020-05-06patch 8.2.0703: Vim9: closure cannot store value in outer contextv8.2.0703Bram Moolenaar