summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_func.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2102: Vim9: not all error messages testedv8.2.2102Bram Moolenaar2020-12-061-16/+50
* patch 8.2.2097: Vim9: using :silent! when calling a function prevents abortv8.2.2097Bram Moolenaar2020-12-051-0/+16
* patch 8.2.2096: Vim9: command modifiers not restored after assignmentv8.2.2096Bram Moolenaar2020-12-051-1/+42
* patch 8.2.2095: Vim9: crash when failed dict member is followed by concatv8.2.2095Bram Moolenaar2020-12-051-0/+19
* patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar2020-12-051-0/+16
* patch 8.2.2083: Vim9: crash when using ":silent!" and getting member failsv8.2.2083Bram Moolenaar2020-12-021-0/+14
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-021-18/+18
* patch 8.2.2051: Vim9: crash when aborting a user function callv8.2.2051Bram Moolenaar2020-11-251-0/+23
* patch 8.2.2033: Vim9: :def without argument gives compilation errorv8.2.2033Bram Moolenaar2020-11-221-0/+27
* patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar2020-11-221-1/+1
* patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsgv8.2.2021Bram Moolenaar2020-11-201-0/+14
* patch 8.2.2018: Vim9: script variable not found from lambdav8.2.2018Bram Moolenaar2020-11-191-0/+9
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-191-1/+1
* patch 8.2.2002: Vim9: lambda argument shadowed by function namev8.2.2002Bram Moolenaar2020-11-171-0/+9
* patch 8.2.2001: Vim9: :def function does not apply 'maxfuncdepth'v8.2.2001Bram Moolenaar2020-11-171-0/+30
* patch 8.2.1956: Vim9: cannot specify argument types for lambdav8.2.1956Bram Moolenaar2020-11-051-2/+11
* patch 8.2.1928: Vim9: "silent!" not effective when list index is wrongv8.2.1928Bram Moolenaar2020-10-301-1/+17
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-12/+11
* patch 8.2.1916: Vim9: function call is aborted even when "silent!" is usedv8.2.1916Bram Moolenaar2020-10-281-0/+29
* patch 8.2.1915: Vim9: error for wrong number of arguments is not usefulv8.2.1915Bram Moolenaar2020-10-281-1/+3
* patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar2020-10-211-537/+0
* patch 8.2.1867: Vim9: argument to add() not checked for blobv8.2.1867Bram Moolenaar2020-10-191-3/+19
* patch 8.2.1866: Vim9: appending to pushed blob gives wrong resultv8.2.1866Bram Moolenaar2020-10-191-0/+6
* patch 8.2.1865: Vim9: add() does not check type of argumentv8.2.1865Bram Moolenaar2020-10-191-0/+18
* patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar2020-10-171-0/+14
* patch 8.2.1841: Vim9: test for compilation error fails in normal buildv8.2.1841Bram Moolenaar2020-10-131-2/+6
* patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar2020-10-121-0/+32
* patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar2020-10-101-40/+38
* patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spotv8.2.1817Bram Moolenaar2020-10-091-0/+18
* patch 8.2.1816: Vim9: another memory leak when using function referencev8.2.1816Bram Moolenaar2020-10-091-38/+40
* patch 8.2.1812: Vim9: nested closure throws an internal errorv8.2.1812Bram Moolenaar2020-10-071-0/+14
* patch 8.2.1797: Vim9: some parts of the code not testedv8.2.1797Bram Moolenaar2020-10-041-0/+21
* patch 8.2.1796: Vim9: invalid memory access with weird function namev8.2.1796Bram Moolenaar2020-10-041-0/+26
* patch 8.2.1782: Vim9: cannot pass boolean to mapset()v8.2.1782Bram Moolenaar2020-10-011-0/+8
* patch 8.2.1778: Vim9: returning from a partial call clears outer contextv8.2.1778Bram Moolenaar2020-10-011-0/+15
* patch 8.2.1767: Vim9: test fails with python supportv8.2.1767Bram Moolenaar2020-09-271-1/+1
* patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar2020-09-271-165/+165
* patch 8.2.1749: Vim9: crash when closure fails in nested functionv8.2.1749Bram Moolenaar2020-09-261-0/+14
* patch 8.2.1734: Vim9: cannot use a funcref for a closure twicev8.2.1734Bram Moolenaar2020-09-231-1/+1
* patch 8.2.1723: Vim9: Variable argument name cannot start with underscorev8.2.1723Bram Moolenaar2020-09-211-0/+9
* patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reasonv8.2.1718Bram Moolenaar2020-09-201-0/+9
* patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar2020-09-181-0/+44
* patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar2020-09-181-0/+14
* patch 8.2.1701: Vim9: sort("i") does not workv8.2.1701Bram Moolenaar2020-09-161-0/+5
* patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar2020-09-161-10/+10
* patch 8.2.1695: Vim9: crash when using varargs type "any"v8.2.1695Bram Moolenaar2020-09-161-0/+9
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-161-20/+20
* patch 8.2.1681: Vim9: unnessary :call commands in testsv8.2.1681Bram Moolenaar2020-09-141-5/+5
* patch 8.2.1667: local function name cannot shadow a global function namev8.2.1667Bram Moolenaar2020-09-121-0/+30
* patch 8.2.1660: assert functions require passing expected as first argumentv8.2.1660Bram Moolenaar2020-09-111-202/+201