summaryrefslogtreecommitdiff
path: root/src/vim9expr.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4280: list-dict test crashesv8.2.4280Bram Moolenaar2022-02-011-1/+1
* patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar2022-01-301-6/+7
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-11/+23
* patch 8.2.4216: Vim9: cannot use a function from an autoload import directlyv8.2.4216Bram Moolenaar2022-01-251-2/+3
* patch 8.2.4161: Vim9: warning for missing white space after imported variablev8.2.4161Bram Moolenaar2022-01-201-1/+0
* patch 8.2.4146: Vim9: shadowed function can be used in compiled functionv8.2.4146Bram Moolenaar2022-01-191-6/+15
* patch 8.2.4137: Vim9: calling import with and without method is inconsistentv8.2.4137Bram Moolenaar2022-01-181-2/+11
* patch 8.2.4124: Vim9: method in compiled function may not see script itemv8.2.4124Bram Moolenaar2022-01-171-8/+15
* patch 8.2.4116: Vim9: cannot use a method with a complex expression in :defv8.2.4116Bram Moolenaar2022-01-161-29/+69
* patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar2022-01-131-4/+4
* patch 8.2.4072: Vim9: compiling function fails when autoload is not loadedv8.2.4072Bram Moolenaar2022-01-121-1/+23
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-091-2/+3
* patch 8.2.4049: Vim9: reading before the start of the line with "$"v8.2.4049Bram Moolenaar2022-01-091-1/+1
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-49/+40
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-44/+67
* patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-5/+5
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3913: help for expressions does not mention Vim9 syntaxv8.2.3913Bram Moolenaar2021-12-271-6/+6
* patch 8.2.3869: Vim9: type checking for "any" is inconsistentv8.2.3869Bram Moolenaar2021-12-221-1/+2
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-211-6/+10
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-201-0/+2893