summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
2021-07-15patch 8.2.3166: Vim9: nested autoload call error overruled by "Unknown error"v8.2.3166Bram Moolenaar
2021-07-11patch 8.2.3151: Vim9: profiling fails if nested function is also profiledv8.2.3151Bram Moolenaar
2021-07-11patch 8.2.3147: Vim9: profiling does not work with a nested functionv8.2.3147Bram Moolenaar
2021-07-11patch 8.2.3146: Vim9: line number wrong for :execute argumentv8.2.3146Bram Moolenaar
2021-07-11patch 8.2.3145: Vim9: profile test fails without profile featurev8.2.3145Bram Moolenaar
2021-07-11patch 8.2.3143: Vim9: wrong context if lambda called from profiled functionv8.2.3143Bram Moolenaar
2021-07-10patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar
2021-07-08patch 8.2.3130: Vim9: import test failsv8.2.3130Bram Moolenaar
2021-07-08patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar
2021-07-08patch 8.2.3126: Vim9: for loop error reports wrong line numberv8.2.3126Bram Moolenaar
2021-07-08patch 8.2.3124: Vim9: no error for white space between option and "=9"v8.2.3124Bram Moolenaar
2021-07-08patch 8.2.3123: Vim9: confusing error when using white space after optionv8.2.3123Bram Moolenaar
2021-07-07patch 8.2.3118: Vim9: "any" type not handled correctly in for loopv8.2.3118Bram Moolenaar
2021-07-07patch 8.2.3117: Vim9: type not properly checked in for loopv8.2.3117Bram Moolenaar
2021-07-05patch 8.2.3113: no error when for loop variable shadows script variablev8.2.3113Bram Moolenaar
2021-07-05patch 8.2.3111: Vim9: confusing error with extra whitespace before colonv8.2.3111Bram Moolenaar
2021-07-04patch 8.2.3099: Vim9: missing catch/finally not reported at script levelv8.2.3099Bram Moolenaar
2021-06-30patch 8.2.3078: Vim9: profile test failsv8.2.3078Bram Moolenaar
2021-06-30patch 8.2.3077: Vim9: an error in a catch block is not reportedv8.2.3077Bram Moolenaar
2021-06-30patch 8.2.3076: Vim9: using try in catch block causes a hangv8.2.3076Bram Moolenaar
2021-06-27patch 8.2.3065: Vim9: error when sourcing script twice and reusing functionv8.2.3065Bram Moolenaar
2021-06-26patch 8.2.3051: Vim9: for loop with one list variable does not workv8.2.3051Bram Moolenaar
2021-06-20patch 8.2.3021: spaces allowed between option name and "!", "?", etc.v8.2.3021Bram Moolenaar
2021-06-17patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar
2021-06-15patch 8.2.3004: Vim9: error for missing colon given while skippingv8.2.3004Bram Moolenaar
2021-06-03patch 8.2.2931: Vim9: line continuation comment uses legacy syntaxv8.2.2931Bram Moolenaar
2021-06-02patch 8.2.2925: Vim9: line continuation comment uses legacy syntaxv8.2.2925Bram Moolenaar
2021-05-26patch 8.2.2888: Vim9: "k" command recognized in Vim9 scriptv8.2.2888Bram Moolenaar
2021-05-22patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"v8.2.2878Bram Moolenaar
2021-04-28patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar
2021-04-17patch 8.2.2775: Vim9: wrong line number used for some commandsv8.2.2775Bram Moolenaar
2021-04-17patch 8.2.2774: Vim9: cannot import an existing name even when using "as"v8.2.2774Bram Moolenaar
2021-04-15patch 8.2.2770: Vim9: type of loop variable is not usedv8.2.2770Bram Moolenaar
2021-04-14patch 8.2.2763: Vim9: cannot use type in for loop unpack at script levelv8.2.2763Bram Moolenaar
2021-04-13patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar
2021-04-13patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar
2021-04-10patch 8.2.2749: Vim9: test for error can be a bit flakyv8.2.2749Bram Moolenaar
2021-04-09patch 8.2.2740: Vim9: lambda with varargs doesn't workv8.2.2740Bram Moolenaar
2021-04-09patch 8.2.2739: Vim9: a lambda accepts too many arguments at the script levelv8.2.2739Bram Moolenaar
2021-04-01patch 8.2.2688: Vim9: crash when using s: for script variablev8.2.2688Bram Moolenaar
2021-04-01patch 8.2.2682: Vim9: cannot find Name.Func from "import * as Name"v8.2.2682Bram Moolenaar
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