summaryrefslogtreecommitdiff
path: root/src/vim9cmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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