summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
2022-05-04patch 8.2.4862: Vim9: test may fail when run with valgrindv8.2.4862Bram Moolenaar
2022-04-29patch 8.2.4847: crash when using uninitialized function pointerv8.2.4847LemonBoy
2022-04-27patch 8.2.4835: Vim9: some lines not covered by testsv8.2.4835Bram Moolenaar
2022-04-23patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan
2022-04-03patch 8.2.4678: Vim9: not all code is testedv8.2.4678Bram Moolenaar
2022-04-03patch 8.2.4675: no error for missing expression after :elseifv8.2.4675Bram Moolenaar
2022-04-02patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar
2022-03-25patch 8.2.4622: Vim9: crash with :execute and :finishv8.2.4622Bram Moolenaar
2022-03-20patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar
2022-03-20patch 8.2.4601: Vim9: not enough test coverage for executing :def functionv8.2.4601Bram Moolenaar
2022-03-18patch 8.2.4587: Vim9: double free after unpacking a listv8.2.4587Bram Moolenaar
2022-03-16patch 8.2.4583: screendump test failsv8.2.4583Bram Moolenaar
2022-03-16patch 8.2.4582: useless code handling a type declarationv8.2.4582Bram Moolenaar
2022-03-15patch 8.2.4574: Vim9: test for profiling failsv8.2.4574Bram Moolenaar
2022-03-14patch 8.2.4564: running test leaves file behindv8.2.4564Bram Moolenaar
2022-03-10patch 8.2.4542: Vim9: "break" inside try/catch not handled correctlyv8.2.4542Bram Moolenaar
2022-03-06patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish"v8.2.4519Bram Moolenaar
2022-03-05patch 8.2.4514: Vim9: some flow commands can be shortenedv8.2.4514Bram Moolenaar
2022-03-05patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar
2022-03-05patch 8.2.4508: Vim9: cannot assign to a global variable on the command linev8.2.4508Bram Moolenaar
2022-03-04patch 8.2.4503: Vim9: there is no point in supporting :Print and :modev8.2.4503Bram Moolenaar
2022-03-03patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar
2022-03-03patch 8.2.4499: Vim9: at the script level declarations leak to next blockv8.2.4499Bram Moolenaar
2022-02-17patch 8.2.4410: Vim9: some code not covered by testsv8.2.4410Bram Moolenaar
2022-02-13patch 8.2.4371: Vim9: can create a script variable from a legacy functionv8.2.4371Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-12patch 8.2.4358: Vim9: line number of exception is not setv8.2.4358Bram Moolenaar
2022-02-06patch 8.2.4314: test fails where lines are skippedv8.2.4314Bram Moolenaar
2022-02-06patch 8.2.4312: no error for using :vim9script in a :def functionv8.2.4312Bram Moolenaar
2022-02-04patch 8.2.4297: Vim9: not all code covered by testsv8.2.4297Bram Moolenaar
2022-02-02patch 8.2.4285: Vim9: type of item in for loop not checked properlyv8.2.4285Bram Moolenaar
2022-01-30patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-19patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar
2022-01-12patch 8.2.4071: Vim9: no detection of return in try/endtryv8.2.4071Bram Moolenaar
2022-01-10patch 8.2.4057: Vim9: not fully implementing the autoload mechanismv8.2.4057Bram Moolenaar
2022-01-10patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
2022-01-07patch 8.2.4036: Vim9: script test file is getting too longv8.2.4036Bram Moolenaar
2022-01-07patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar
2022-01-07patch 8.2.4027: import test fails on MS-Windowsv8.2.4027Bram Moolenaar
2022-01-07patch 8.2.4025: error for import not ending in .vim does not work for .vimrcv8.2.4025Bram Moolenaar
2022-01-07patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2022-01-01patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965Bram Moolenaar
2021-12-26patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar
2021-12-25patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar
2021-12-23patch 8.2.3878: Vim9: debugger tries to read more lines than there arev8.2.3878Bram Moolenaar
2021-12-20patch 8.2.3859: Vim9: some code lines not testedv8.2.3859Bram Moolenaar
2021-12-20patch 8.2.3858: Vim9: not enough testsv8.2.3858Bram Moolenaar