summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_func.vim
AgeCommit message (Expand)Author
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
2022-03-08patch 8.2.4528: crash when using null_function for a partialv8.2.4528Bram Moolenaar
2022-03-08patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar
2022-02-28patch 8.2.4484: Vim9: some error messages are not testedv8.2.4484Bram Moolenaar
2022-02-23patch 8.2.4460: Vim9: wrong error for defining dict functionv8.2.4460Bram Moolenaar
2022-02-20patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar
2022-02-17patch 8.2.4407: Vim9: some code not covered by testsv8.2.4407Bram Moolenaar
2022-02-16patch 8.2.4404: Vim9: some code not covered by testsv8.2.4404Bram Moolenaar
2022-02-15patch 8.2.4396: Python3 test failsv8.2.4396Bram Moolenaar
2022-02-15patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-08patch 8.2.4332: Vim9: incomplete test for existing script variable in blockv8.2.4332Bram Moolenaar
2022-02-08patch 8.2.4331: Vim9: no test for existing script variable in blockv8.2.4331Bram Moolenaar
2022-02-07patch 8.2.4324: Vim9: script-local function name can start with "_"v8.2.4324Bram Moolenaar
2022-02-07patch 8.2.4323: Vim9: nested function name can start with "_"v8.2.4323Bram Moolenaar
2022-02-07patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar
2022-02-07patch 8.2.4321: Vim9: crash when using a funcref to a closurev8.2.4321Bram Moolenaar
2022-02-06patch 8.2.4309: Vim9: crash when using a partial in the wrong contextv8.2.4309Bram Moolenaar