summaryrefslogtreecommitdiffstats
path: root/src/vim9execute.c
AgeCommit message (Expand)Author
2020-10-19patch 8.2.1869: Vim9: memory leak when using add()v8.2.1869Bram 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-17patch 8.2.1860: Vim9: memory leak when throwing empty stringv8.2.1860Bram Moolenaar
2020-10-17patch 8.2.1859: Vim9: crash in unpack assignmentv8.2.1859Bram 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-15patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar
2020-10-10patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar
2020-10-07patch 8.2.1812: Vim9: nested closure throws an internal errorv8.2.1812Bram Moolenaar
2020-10-04patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar
2020-10-03patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar
2020-10-01patch 8.2.1778: Vim9: returning from a partial call clears outer contextv8.2.1778Bram Moolenaar
2020-09-26patch 8.2.1749: Vim9: crash when closure fails in nested functionv8.2.1749Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-23patch 8.2.1734: Vim9: cannot use a funcref for a closure twicev8.2.1734Bram Moolenaar
2020-09-19patch 8.2.1711: Vim9: leaking memory when using partialv8.2.1711Bram Moolenaar
2020-09-18patch 8.2.1709: Vim9: memory leak when using multiple closuresv8.2.1709Bram Moolenaar
2020-09-18patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar
2020-09-17patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704Bram Moolenaar
2020-09-16patch 8.2.1700: Vim9: try/catch causes wrong value to be returnedv8.2.1700Bram Moolenaar
2020-09-16patch 8.2.1695: Vim9: crash when using varargs type "any"v8.2.1695Bram 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-14patch 8.2.1680: Vim9: line number for compare error is wrongv8.2.1680Bram Moolenaar
2020-09-12patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is anyv8.2.1668Bram Moolenaar
2020-09-10patch 8.2.1656: Vim9: callstack wrong if :def function calls :def functionv8.2.1656Bram Moolenaar
2020-09-08patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar
2020-08-30patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar
2020-08-29patch 8.2.1541: Vim9: cannot find function reference for s:Funcv8.2.1541Bram Moolenaar
2020-08-28patch 8.2.1534: Vim9: type error for argument type is not at call positionv8.2.1534Bram Moolenaar
2020-08-23patch 8.2.1516: Vim9: error for :exe has wrong line numberv8.2.1516Bram Moolenaar
2020-08-18patch 8.2.1481: Vim9: line number reported with error may be wrongv8.2.1481Bram Moolenaar
2020-08-18patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar
2020-08-16patch 8.2.1467: Vim9: :echomsg doesn't like a dict argumentv8.2.1467Bram 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.1464: Vim9: build warning for unused variablev8.2.1464Bram Moolenaar
2020-08-15patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar
2020-08-15patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar
2020-08-15patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
2020-08-15patch 8.2.1457: Vim9: the output of :disassemble cannot be interruptedv8.2.1457Bram Moolenaar
2020-08-14patch 8.2.1454: Vim9: failure invoking lambda with wrong argumentsv8.2.1454Bram Moolenaar
2020-08-14patch 8.2.1446: Vim9: line number in error message is not correctv8.2.1446Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-13patch 8.2.1443: Vim9: crash when interrupting a nested :def functionv8.2.1443Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar
2020-08-12patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar
2020-08-12patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar