summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_func.vim
AgeCommit message (Expand)Author
2020-10-21patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar
2020-10-19patch 8.2.1867: Vim9: argument to add() not checked for blobv8.2.1867Bram Moolenaar
2020-10-19patch 8.2.1866: Vim9: appending to pushed blob gives wrong resultv8.2.1866Bram Moolenaar
2020-10-19patch 8.2.1865: Vim9: add() does not check type of argumentv8.2.1865Bram Moolenaar
2020-10-17patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar
2020-10-13patch 8.2.1841: Vim9: test for compilation error fails in normal buildv8.2.1841Bram Moolenaar
2020-10-12patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar
2020-10-10patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar
2020-10-09patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spotv8.2.1817Bram Moolenaar
2020-10-09patch 8.2.1816: Vim9: another memory leak when using function referencev8.2.1816Bram Moolenaar
2020-10-07patch 8.2.1812: Vim9: nested closure throws an internal errorv8.2.1812Bram Moolenaar
2020-10-04patch 8.2.1797: Vim9: some parts of the code not testedv8.2.1797Bram Moolenaar
2020-10-04patch 8.2.1796: Vim9: invalid memory access with weird function namev8.2.1796Bram Moolenaar
2020-10-01patch 8.2.1782: Vim9: cannot pass boolean to mapset()v8.2.1782Bram Moolenaar
2020-10-01patch 8.2.1778: Vim9: returning from a partial call clears outer contextv8.2.1778Bram Moolenaar
2020-09-27patch 8.2.1767: Vim9: test fails with python supportv8.2.1767Bram Moolenaar
2020-09-27patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar
2020-09-26patch 8.2.1749: Vim9: crash when closure fails in nested functionv8.2.1749Bram Moolenaar
2020-09-23patch 8.2.1734: Vim9: cannot use a funcref for a closure twicev8.2.1734Bram Moolenaar
2020-09-21patch 8.2.1723: Vim9: Variable argument name cannot start with underscorev8.2.1723Bram Moolenaar
2020-09-20patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reasonv8.2.1718Bram Moolenaar
2020-09-18patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar
2020-09-18patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar
2020-09-16patch 8.2.1701: Vim9: sort("i") does not workv8.2.1701Bram Moolenaar
2020-09-16patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram 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.1681: Vim9: unnessary :call commands in testsv8.2.1681Bram Moolenaar
2020-09-12patch 8.2.1667: local function name cannot shadow a global function namev8.2.1667Bram Moolenaar
2020-09-11patch 8.2.1660: assert functions require passing expected as first argumentv8.2.1660Bram Moolenaar
2020-09-10patch 8.2.1657: Vim9: no proper error for nested ":def!"v8.2.1657Bram Moolenaar
2020-09-10patch 8.2.1656: Vim9: callstack wrong if :def function calls :def functionv8.2.1656Bram Moolenaar
2020-09-06patch 8.2.1632: not checking the context of test_fails()v8.2.1632Bram Moolenaar
2020-09-06patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar
2020-09-06patch 8.2.1629: test fails without terminal featurev8.2.1629Bram Moolenaar
2020-09-06patch 8.2.1628: Vim9: cannot pass "true" to timer_paused()v8.2.1628Bram Moolenaar
2020-09-06patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_startv8.2.1627Bram Moolenaar
2020-09-06patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()v8.2.1624Bram Moolenaar
2020-09-06patch 8.2.1623: Vim9: using :call where it is not neededv8.2.1623Bram Moolenaar
2020-09-05patch 8.2.1619: Vim9: cannot pass "true" to spellsuggest()v8.2.1619Bram Moolenaar
2020-09-05patch 8.2.1618: Vim9: cannot pass "true" to setloclist()v8.2.1618Bram Moolenaar
2020-09-05patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove()v8.2.1617Bram Moolenaar
2020-09-05patch 8.2.1616: Vim9: cannot pass "true" to synID()v8.2.1616Bram Moolenaar
2020-09-05patch 8.2.1615: Vim9: cannot pass "true" to searchdecl()v8.2.1615Bram Moolenaar
2020-09-05patch 8.2.1614: Vim9: cannot pass "true" to searchcount()v8.2.1614Bram Moolenaar
2020-09-05patch 8.2.1611: Vim9: cannot pass "true" to nr2char()v8.2.1611Bram Moolenaar
2020-09-05patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()v8.2.1610Bram Moolenaar
2020-09-05patch 8.2.1607: Vim9: getchar() test fails on MS-Windowsv8.2.1607Bram Moolenaar
2020-09-05patch 8.2.1606: Vim9: cannot use "true" with has()v8.2.1606Bram Moolenaar
2020-09-05patch 8.2.1604: Vim9: cannot use "true" with getcompletion()v8.2.1604Bram Moolenaar