summaryrefslogtreecommitdiff
path: root/src/vim9execute.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar2020-03-011-1/+1
* patch 8.2.0340: Vim9: function and partial types not testedv8.2.0340Bram Moolenaar2020-03-011-5/+21
* patch 8.2.0336: Vim9: insufficient test coverage for compilingv8.2.0336Bram Moolenaar2020-02-291-0/+57
* patch 8.2.0326: compiler warning for using uninitialized variablev8.2.0326Bram Moolenaar2020-02-271-1/+1
* patch 8.2.0323: Vim9: calling a function that is defined later is slowv8.2.0323Bram Moolenaar2020-02-261-12/+25
* patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar2020-02-261-0/+45
* patch 8.2.0289: Vim9: :echo did not clear the rest of the linev8.2.0289Bram Moolenaar2020-02-201-0/+2
* patch 8.2.0287: Vim9: return in try block not tested; catch not testedv8.2.0287Bram Moolenaar2020-02-201-1/+2
* patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar2020-02-191-24/+27
* patch 8.2.0282: Vim9: setting number option not testedv8.2.0282Bram Moolenaar2020-02-191-2/+4
* patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280Bram Moolenaar2020-02-191-0/+1
* patch 8.2.0263: a few new Vim9 messages are not localizedv8.2.0263Bram Moolenaar2020-02-161-2/+2
* patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253Bram Moolenaar2020-02-131-1/+8
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-071-1/+4
* patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar2020-02-061-9/+3
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-061-28/+69
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-051-1/+1
* patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar2020-02-041-0/+7
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-021-8/+73
* patch 8.2.0199: Vim9 script commands not sufficiently testedv8.2.0199Bram Moolenaar2020-02-021-3/+8
* patch 8.2.0169: Coverity warning for dead codev8.2.0169Bram Moolenaar2020-01-281-0/+5
* patch 8.2.0168: Coverity warning for assigning NULL to an optionv8.2.0168Bram Moolenaar2020-01-281-0/+4
* patch 8.2.0167: Coverity warning for ignoring return valuev8.2.0167Bram Moolenaar2020-01-281-1/+2
* patch 8.2.0166: Coverity warning for using uninitialized variablev8.2.0166Bram Moolenaar2020-01-281-1/+6
* patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar2020-01-261-0/+4
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-261-5/+5
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+1934