summaryrefslogtreecommitdiff
path: root/src/vim9type.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar2020-11-161-0/+14
* patch 8.2.1950: Vim9: crash when compiling function fails when getting typev8.2.1950Bram Moolenaar2020-11-041-2/+3
* patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar2020-10-031-7/+5
* patch 8.2.1794: no falsy Coalescing operatorv8.2.1794Bram Moolenaar2020-10-031-0/+4
* patch 8.2.1758: Vim9: type of unmaterialized list is wrongv8.2.1758Bram Moolenaar2020-09-271-5/+7
* patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type functionv8.2.1722Bram Moolenaar2020-09-211-1/+5
* patch 8.2.1710: Vim9: list of list type can be wrongv8.2.1710Bram Moolenaar2020-09-191-1/+14
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-161-22/+87
* patch 8.2.1650: Vim9: result of && and || expression is not bool in scriptv8.2.1650Bram Moolenaar2020-09-091-16/+44
* patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script levelv8.2.1644Bram Moolenaar2020-09-091-6/+18
* patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expectedv8.2.1641Bram Moolenaar2020-09-091-1/+5
* patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar2020-08-301-18/+21
* patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar2020-08-211-4/+4
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-151-8/+8
* patch 8.2.1451: Vim9: list type at script level only uses first itemv8.2.1451Bram Moolenaar2020-08-141-2/+11
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-4/+4
* patch 8.2.1407: Vim9: type of list and dict only depends on first itemv8.2.1407Bram Moolenaar2020-08-091-0/+36
* patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405Bram Moolenaar2020-08-091-0/+915