summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
2021-03-31patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar
2021-03-26patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar
2021-03-26patch 8.2.2657: Vim9: error message for declaring variable in for loopv8.2.2657Bram Moolenaar
2021-03-18patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errorsv8.2.2620Bram Moolenaar
2021-03-17patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restoredv8.2.2616Bram Moolenaar
2021-03-17patch 8.2.2615: test is sourcing the wrong filev8.2.2615Bram Moolenaar
2021-03-17patch 8.2.2614: Vim9: function is deleted while executingv8.2.2614Bram Moolenaar
2021-03-14patch 8.2.2602: Vim9: continue doesn't work if :while is very first commandv8.2.2602Bram Moolenaar
2021-03-13patch 8.2.2598: Vim9: :open does not need to be supportedv8.2.2598Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-10patch 8.2.2582: Vim9: screendump test fails on MS-Windowsv8.2.2582Bram Moolenaar
2021-03-10patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redrawv8.2.2581Bram Moolenaar
2021-03-08patch 8.2.2580: Vim9: checking vararg type may be wrongv8.2.2580Bram Moolenaar
2021-03-04patch 8.2.2567: Vim9: no error if variable is defined for existing functionv8.2.2567Bram Moolenaar
2021-02-28patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar
2021-02-27patch 8.2.2556: Vim9: :import with "as" not fully supportedv8.2.2556Bram Moolenaar
2021-02-27patch 8.2.2555: Vim9: missing test for 8.2.2553v8.2.2555Bram Moolenaar
2021-02-27patch 8.2.2554: Vim9: exporting a final is not testedv8.2.2554Bram Moolenaar
2021-02-22patch 8.2.2543: Vim9: a return inside try/catch does not restore properlyv8.2.2543Bram Moolenaar
2021-02-21patch 8.2.2539: Vim9: return from finally block causes a hangv8.2.2539Bram Moolenaar
2021-02-20patch 8.2.2532: Vim9: confusing error if :k is used with a rangev8.2.2532Bram Moolenaar
2021-02-19patch 8.2.2531: Vim9: the :k command is obscurev8.2.2531Bram Moolenaar
2021-02-17patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in one filev8.2.2529Bram Moolenaar
2021-02-15patch 8.2.2519: Vim9: no reason to keep strange Vi behaviorv8.2.2519Bram Moolenaar
2021-02-14patch 8.2.2517: Vim9: fix for s390 not tested on other systemsv8.2.2517Bram Moolenaar
2021-02-14patch 8.2.2512: Vim9: compiling error test sometimes failsv8.2.2512Bram Moolenaar
2021-02-13patch 8.2.2506: Vim9: :continue does not work correctly in a :try blockv8.2.2506Bram Moolenaar
2021-02-12patch 8.2.2503: Vim9: a caught error may leave something on the stackv8.2.2503Bram Moolenaar
2021-02-07patch 8.2.2485: when sourcing a script again the script version isn't resetv8.2.2485Bram Moolenaar
2021-02-07patch 8.2.2484: Vim9: Cannot use a comment starting with #{v8.2.2484Bram Moolenaar
2021-02-07patch 8.2.2483: Vim9: type error for misformed expressionv8.2.2483Bram Moolenaar
2021-02-03patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar
2021-01-31patch 8.2.2436: Vim9 script test is a bit flakyv8.2.2436Bram Moolenaar
2021-01-24patch 8.2.2403: Vim9: profiling if/elseif/endif not correctv8.2.2403Bram Moolenaar
2021-01-22patch 8.2.2393: Vim9: error message when script line starts with "[{"v8.2.2393Bram Moolenaar
2021-01-17patch 8.2.2371: Vim9: crash when using types in :for with unpackv8.2.2371Bram Moolenaar
2021-01-17patch 8.2.2370: Vim9: command fails in catch blockv8.2.2370Bram Moolenaar
2021-01-14patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!"v8.2.2351Bram Moolenaar
2021-01-11patch 8.2.2330: Vim9: crash when using :trow in a not executed blockv8.2.2330Bram Moolenaar
2021-01-11patch 8.2.2328: some test files may not be deletedv8.2.2328Bram Moolenaar
2021-01-01patch 8.2.2263: Vim9: compilation error with try-catch in skipped blockv8.2.2263Bram Moolenaar
2020-12-31patch 8.2.2257: Vim9: using -> for lambda is ambiguousv8.2.2257Bram Moolenaar
2020-12-27patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar
2020-12-26patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar
2020-12-26patch 8.2.2223: Vim9: Reloading marks a :def function as deletedv8.2.2223Bram Moolenaar
2020-12-26patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar
2020-12-25patch 8.2.2214: ":e#" does not give a warning for missing white spacev8.2.2214Bram Moolenaar
2020-12-24patch 8.2.2208: Vim9: after reloading a script variable index may be invalidv8.2.2208Bram Moolenaar
2020-12-21patch 8.2.2180: Vim9: test for error after error is flakyv8.2.2180Bram Moolenaar
2020-12-20patch 8.2.2172: Vim9: number of arguments is not always checkedv8.2.2172Bram Moolenaar