summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
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
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-14patch 8.2.3807: Vim9: can call import with star directlyv8.2.3807Bram Moolenaar
2021-12-11patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar
2021-12-11patch 8.2.3782: Vim9: no error if a function shadows a script variablev8.2.3782Bram Moolenaar
2021-12-10patch 8.2.3778: lambda debug test fails in some configurationsv8.2.3778Bram Moolenaar
2021-12-10patch 8.2.3775: Vim9: lambda compiled without outer context when debuggingv8.2.3775Bram Moolenaar
2021-12-05patch 8.2.3746: cannot disassemble function starting with "debug" or "profile"v8.2.3746Bram Moolenaar
2021-12-01patch 8.2.3717: Vim9: error for constant list size is only given at runtimev8.2.3717Bram Moolenaar
2021-11-22patch 8.2.3650: Vim9: for loop variable can be a list memberv8.2.3650Bram Moolenaar
2021-11-22patch 8.2.3649: Vim9: error for variable declared in while loopv8.2.3649Bram Moolenaar
2021-11-21patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle
2021-10-23patch 8.2.3558: Vim9: asserting the wrong variablev8.2.3558Bram Moolenaar
2021-10-22patch 8.2.3557: Vim9: cannot call imported funcref at script levelv8.2.3557Bram Moolenaar
2021-09-26patch 8.2.3457: MS-Windows Vim9: test executed and failsv8.2.3457Bram Moolenaar
2021-09-08patch 8.2.3413: Vim9: too many characters are allowed in import namev8.2.3413Bram Moolenaar
2021-09-07patch 8.2.3412: Vim9: importing the wrong filev8.2.3412Bram Moolenaar
2021-09-07patch 8.2.3411: Vim9: crash when using base name of importv8.2.3411Bram Moolenaar
2021-08-21patch 8.2.3364: Vim9: crash when :for is skippedv8.2.3364rbtnn
2021-08-21patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar
2021-08-20patch 8.2.3361: Vim9: crash with nested :whilev8.2.3361rbtnn
2021-08-15patch 8.2.3353: Vim9: type of argument for negate not checked at compile timev8.2.3353Bram Moolenaar
2021-08-07patch 8.2.3312: Vim9: after "if false" line breaks in expression not skippedv8.2.3312Bram Moolenaar
2021-08-07patch 8.2.3307: Vim9: :echoconsole cannot access local variablesv8.2.3307Bram Moolenaar
2021-08-07patch 8.2.3305: Vim9: :finally in skipped block not handled correctlyv8.2.3305rbtnn
2021-08-03patch 8.2.3281: Vim9: TODO items in tests can be taken care ofv8.2.3281Bram Moolenaar
2021-08-01patch 8.2.3271: Vim9: cannot use :command or :au with block in :def functionv8.2.3271Bram Moolenaar
2021-07-29patch 8.2.3249: Vim9: error for re-imported function with default argumentv8.2.3249Bram Moolenaar
2021-07-29patch 8.2.3248: Vim9: error message for wrong input uses wrong line numberv8.2.3248Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-25patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan
2021-07-25patch 8.2.3216: Vim9: crash when using variable in a loop at script levelv8.2.3216Bram Moolenaar
2021-07-20patch 8.2.3189: Vim9: error when using "try|"v8.2.3189Bram Moolenaar
2021-07-19patch 8.2.3186: Vim9: not all failures for import testedv8.2.3186Bram Moolenaar
2021-07-18patch 8.2.3179: Vim9: cannot assign to an imported variable at script levelv8.2.3179Bram Moolenaar
2021-07-18patch 8.2.3178: Vim9: the file name of an :import cannot be an expressionv8.2.3178Bram Moolenaar
2021-07-18patch 8.2.3177: Vim9: can not use "for _ in expr" at script levelv8.2.3177Bram Moolenaar
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