summaryrefslogtreecommitdiff
path: root/src/vim9cmds.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy2022-04-251-1/+1
* patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar2022-04-021-2/+2
* patch 8.2.4615: mapping with escaped bar does not work in :def functionv8.2.4615Bram Moolenaar2022-03-231-1/+1
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-2/+1
* patch 8.2.4572: Vim9: return type "any" is changed to first returned typev8.2.4572Bram Moolenaar2022-03-151-2/+1
* patch 8.2.4552: in a :def function "put = expr" does not workv8.2.4552Bram Moolenaar2022-03-121-1/+1
* patch 8.2.4542: Vim9: "break" inside try/catch not handled correctlyv8.2.4542Bram Moolenaar2022-03-101-6/+20
* patch 8.2.4471: Coverity warns for uninitialized variablev8.2.4471Bram Moolenaar2022-02-251-1/+1
* patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318Bram Moolenaar2022-02-071-3/+3
* patch 8.2.4285: Vim9: type of item in for loop not checked properlyv8.2.4285Bram Moolenaar2022-02-021-7/+2
* patch 8.2.4227: Vim9: using "lockvar!" in :def function does not workv8.2.4227Bram Moolenaar2022-01-261-4/+6
* patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar2022-01-261-3/+20
* patch 8.2.4178: Vim9: invalid error for return type of lambda when debuggingv8.2.4178Bram Moolenaar2022-01-221-1/+4
* patch 8.2.4138: Vim9: no error for return with argument when invalidv8.2.4138Bram Moolenaar2022-01-181-7/+5
* patch 8.2.4071: Vim9: no detection of return in try/endtryv8.2.4071Bram Moolenaar2022-01-121-0/+11
* patch 8.2.4021: missing part of the :import changesv8.2.4021Bram Moolenaar2022-01-061-10/+10
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-16/+14
* patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it startsv8.2.3981Bram Moolenaar2022-01-021-16/+22
* patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-4/+4
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-6/+6
* patch 8.2.3957: error messages are spread outv8.2.3957Bram Moolenaar2021-12-311-3/+3
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar2021-12-251-1/+1
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-211-2/+5
* patch 8.2.3865: Vim9: compiler complains about using "try" as a struct memberv8.2.3865Bram Moolenaar2021-12-211-11/+11
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-201-0/+2274