summaryrefslogtreecommitdiffstats
path: root/src/vim9execute.c
AgeCommit message (Expand)Author
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-05patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
2020-04-01patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar
2020-03-31patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar
2020-03-29patch 8.2.0477: Vim9: error messages not testedv8.2.0477Bram Moolenaar
2020-03-23patch 8.2.0439: :disassemble has minor flawsv8.2.0439Bram Moolenaar
2020-03-23patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar
2020-03-22patch 8.2.0424: checking for wrong return valuev8.2.0424Bram Moolenaar
2020-03-20patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar
2020-03-12patch 8.2.0374: using wrong printf directive for jump locationv8.2.0374Bram Moolenaar
2020-03-04patch 8.2.0355: Vim9: str_val is confusing, it's a numberv8.2.0355Bram Moolenaar
2020-03-01patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar
2020-03-01patch 8.2.0340: Vim9: function and partial types not testedv8.2.0340Bram Moolenaar
2020-02-29patch 8.2.0336: Vim9: insufficient test coverage for compilingv8.2.0336Bram Moolenaar
2020-02-27patch 8.2.0326: compiler warning for using uninitialized variablev8.2.0326Bram Moolenaar
2020-02-26patch 8.2.0323: Vim9: calling a function that is defined later is slowv8.2.0323Bram Moolenaar
2020-02-26patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar
2020-02-20patch 8.2.0289: Vim9: :echo did not clear the rest of the linev8.2.0289Bram Moolenaar
2020-02-20patch 8.2.0287: Vim9: return in try block not tested; catch not testedv8.2.0287Bram Moolenaar
2020-02-19patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar
2020-02-19patch 8.2.0282: Vim9: setting number option not testedv8.2.0282Bram Moolenaar
2020-02-19patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280Bram Moolenaar
2020-02-16patch 8.2.0263: a few new Vim9 messages are not localizedv8.2.0263Bram Moolenaar
2020-02-13patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253Bram Moolenaar
2020-02-07patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar
2020-02-06patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar
2020-02-06patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar
2020-02-05patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar
2020-02-04patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar
2020-02-02patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar
2020-02-02patch 8.2.0199: Vim9 script commands not sufficiently testedv8.2.0199Bram Moolenaar
2020-01-28patch 8.2.0169: Coverity warning for dead codev8.2.0169Bram Moolenaar
2020-01-28patch 8.2.0168: Coverity warning for assigning NULL to an optionv8.2.0168Bram Moolenaar
2020-01-28patch 8.2.0167: Coverity warning for ignoring return valuev8.2.0167Bram Moolenaar
2020-01-28patch 8.2.0166: Coverity warning for using uninitialized variablev8.2.0166Bram Moolenaar
2020-01-26patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar