summaryrefslogtreecommitdiffstats
path: root/src/errors.h
AgeCommit message (Expand)Author
2020-12-28patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar
2020-12-26patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar
2020-12-25patch 8.2.2216: Vim9: range with missing colon can be hard to spotv8.2.2216Bram Moolenaar
2020-12-24patch 8.2.2208: Vim9: after reloading a script variable index may be invalidv8.2.2208Bram Moolenaar
2020-12-21patch 8.2.2179: Vim9: crash when indexing a dict with a numberv8.2.2179Bram Moolenaar
2020-12-20patch 8.2.2173: Vim9: get internal error when assigning to undefined variablev8.2.2173Bram Moolenaar
2020-12-13patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138Bram Moolenaar
2020-12-13patch 8.2.2137: Vim9: :echo and :execute give error for empty argumentv8.2.2137Bram Moolenaar
2020-12-12patch 8.2.2133: Vim9: checking for a non-empty string is too strictv8.2.2133Bram Moolenaar
2020-11-28patch 8.2.2063: Vim9: only one level of indexing supportedv8.2.2063Bram Moolenaar
2020-11-23patch 8.2.2034: Vim9: list unpack in for statement not compiled yetv8.2.2034Bram Moolenaar
2020-11-19patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar
2020-11-18patch 8.2.2012: Vim9: confusing error message when using bool wronglyv8.2.2012Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-11-12patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar
2020-11-04patch 8.2.1949: Vim9: using extend() on null dict is silently ignoredv8.2.1949Bram Moolenaar
2020-11-03patch 8.2.1945: crash when passing NULL function to reduce()v8.2.1945Bram Moolenaar
2020-10-28patch 8.2.1918: Vim9: E1100 mentions :letv8.2.1918Bram Moolenaar
2020-10-19patch 8.2.1867: Vim9: argument to add() not checked for blobv8.2.1867Bram Moolenaar
2020-10-19patch 8.2.1865: Vim9: add() does not check type of argumentv8.2.1865Bram Moolenaar
2020-10-16patch 8.2.1855: Vim9: get error message when nothing is wrongv8.2.1855Bram Moolenaar
2020-10-16patch 8.2.1854: Vim9: crash when throwing exception for NULL stringv8.2.1854Bram Moolenaar
2020-10-10patch 8.2.1826: Vim9: cannot use a {} block at script levelv8.2.1826Bram Moolenaar
2020-10-03patch 8.2.1789: Vim9: crash with invalid list constantv8.2.1789Bram Moolenaar
2020-09-27patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-20patch 8.2.1719: Vim9: no error if comma is missing in between argumentsv8.2.1719Bram Moolenaar
2020-09-16patch 8.2.1699: build failure due to missing error messagev8.2.1699Bram Moolenaar
2020-09-16patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar
2020-09-16patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar
2020-09-14patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar
2020-09-10patch 8.2.1657: Vim9: no proper error for nested ":def!"v8.2.1657Bram Moolenaar
2020-09-06patch 8.2.1632: not checking the context of test_fails()v8.2.1632Bram Moolenaar
2020-08-28patch 8.2.1537: memory acccess error when using setcellwidths()v8.2.1537Bram Moolenaar
2020-08-28patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar
2020-08-22patch 8.2.1506: Vim9: no error when using a number other than 0 or 1 as boolv8.2.1506Bram Moolenaar
2020-08-21patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar
2020-08-16patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar
2020-08-16patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar
2020-08-15patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar