summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_func.vim
AgeCommit message (Expand)Author
2023-12-11patch 9.0.2157: Vim9: incorrectly parses :def func definitionsv9.0.2157Christian Brabandt
2023-12-05patch 9.0.2152: Using type unknown for List/Dict containersv9.0.2152Yegappan Lakshmanan
2023-10-21patch 9.0.2057: Vim9: no strict type checks for funcrefs varargsv9.0.2057Ernie Rael
2023-10-17patch 9.0.2043: Vim9: issue with funcref assignmentand varargsv9.0.2043Ernie Rael
2023-10-14patch 9.0.2019: Vim9: no support for funcrefsv9.0.2019Yegappan Lakshmanan
2023-05-23patch 9.0.1573: error for function name has wrong line numberv9.0.1573Bram Moolenaar
2023-05-15patch 9.0.1559: function argument types not always checkedv9.0.1559Bram Moolenaar
2023-05-14patch 9.0.1556: Vim9: error for missing "return" after "throw"v9.0.1556Bram Moolenaar
2023-04-01patch 9.0.1436: cannot compare a typed variable with v:nonev9.0.1436Bram Moolenaar
2023-02-27patch 9.0.1363: crash when :def function has :break in skipped blockv9.0.1363Bram Moolenaar
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2023-01-20patch 9.0.1224: cannot call a :def function with a number for float argumentv9.0.1224Bram Moolenaar
2023-01-03patch 9.0.1138: crash when expecting varargs but it is something elsev9.0.1138Bram Moolenaar
2023-01-02patch 9.0.1130: unexpected output when autoloading a scriptv9.0.1130Bram Moolenaar
2022-12-31patch 9.0.1119: type of arguments not checked when calling a partialv9.0.1119Bram Moolenaar
2022-12-27patch 9.0.1104: invalid memory access when checking function argument typesv9.0.1104Bram Moolenaar
2022-12-02patch 9.0.0992: Vim9 script: get E1096 when comment follows returnv9.0.0992mityu
2022-10-13patch 9.0.0742: reading past end of the line when compiling a functionv9.0.0742Bram Moolenaar
2022-09-30patch 9.0.0630: in Vim9 script a numbered function cannot be calledv9.0.0630Bram Moolenaar
2022-09-23patch 9.0.0557: valgrind reports possibly leaked memoryv9.0.0557Bram Moolenaar
2022-09-23patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar
2022-09-22patch 9.0.0553: no error for "|" after "{" in lamdav9.0.0553Bram Moolenaar
2022-09-14patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar
2022-09-11patch 9.0.0441: closure in for loop test fails on some systemsv9.0.0441Bram Moolenaar
2022-09-11patch 9.0.0440: crash when using mkdir() with "R" flag in compiled functionv9.0.0440Bram Moolenaar
2022-09-09patch 9.0.0432: crash when using for loop variable in closurev9.0.0432Bram Moolenaar
2022-09-09patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun
2022-09-03patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar
2022-08-30patch 9.0.0334: test does not properly clean upv9.0.0334Dominique Pelle
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-08-20patch 9.0.0230: no error for comma missing in list in :def functionv9.0.0230Bram Moolenaar
2022-08-20patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar
2022-08-16patch 9.0.0221: accessing freed memory if compiling nested function failsv9.0.0221Bram Moolenaar
2022-08-16patch 9.0.0219: cannot make a funcref with "s:func" in a def functionv9.0.0219Kota Kato
2022-08-08patch 9.0.0174: no error for using "#{ comment" in a compiled functionv9.0.0174Bram Moolenaar
2022-07-18patch 9.0.0056: wrong line number reported when :cexpr fails in :def functionBram Moolenaar
2022-05-26patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar
2022-05-22patch 8.2.4998: Vim9: crash when using multiple funcref()v8.2.4998Bram Moolenaar
2022-05-13patch 8.2.4948: cannot use Perl heredoc in nested :def functionv8.2.4948Bram Moolenaar
2022-05-07patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar
2022-05-06patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar
2022-04-09patch 8.2.4716: memory allocation failure not tested when defining a functionv8.2.4716Yegappan Lakshmanan
2022-03-23patch 8.2.4612: Vim9: cannot use a recursive call in a nested functionv8.2.4612Bram Moolenaar
2022-03-20patch 8.2.4601: Vim9: not enough test coverage for executing :def functionv8.2.4601Bram Moolenaar
2022-03-17patch 8.2.4586: Vim9: no error for using lower case name for "func" argumentv8.2.4586Bram Moolenaar
2022-03-16patch 8.2.4580: Vim9: incorrect error for shadowing variablev8.2.4580Bram Moolenaar
2022-03-15patch 8.2.4572: Vim9: return type "any" is changed to first returned typev8.2.4572Bram Moolenaar
2022-03-12patch 8.2.4554: Vim9: using null values not sufficiently testedv8.2.4554Bram Moolenaar
2022-03-11patch 8.2.4548: script-local function is deleted when used in a funcrefv8.2.4548Bram Moolenaar
2022-03-08patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar