summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
2020-04-05patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar
2020-04-03patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar
2020-04-02patch 8.2.0503: Vim9: some code is not testedv8.2.0503Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-04-02patch 8.2.0501: Vim9: script test fails when channel feature is missingv8.2.0501Bram Moolenaar
2020-04-01patch 8.2.0495: Vim9: some code not testedv8.2.0495Bram Moolenaar
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
2020-04-01patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar
2020-03-31patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar
2020-03-30patch 8.2.0486: Vim9: some code and error messages not testedv8.2.0486Bram Moolenaar
2020-03-28patch 8.2.0467: Vim9: some errors are not testedv8.2.0467Bram Moolenaar
2020-03-28patch 8.2.0465: Vim9: dead code and wrong return typev8.2.0465Bram Moolenaar
2020-03-26patch 8.2.0450: not enough testing for restricted mode and function callsv8.2.0450Bram Moolenaar
2020-03-26patch 8.2.0449: Vim9: crash if return type is invalidv8.2.0449Bram Moolenaar
2020-03-22patch 8.2.0424: checking for wrong return valuev8.2.0424Bram Moolenaar
2020-03-20patch 8.2.0421: interrupting with CTRL-C does not always workv8.2.0421Bram Moolenaar
2020-03-20patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-Cv8.2.0420Bram Moolenaar
2020-03-20patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar
2020-03-09patch 8.2.0368: Vim9: import that redefines local variable does not failv8.2.0368Bram Moolenaar
2020-03-04patch 8.2.0353: Vim9: while loop not testedv8.2.0353Bram Moolenaar
2020-03-03patch 8.2.0349: Vim9: constant expression not well testedv8.2.0349Bram Moolenaar
2020-03-02patch 8.2.0348: Vim9: not all code testedv8.2.0348Bram Moolenaar
2020-03-01patch 8.2.0346: Vim9: finding common list type not testedv8.2.0346Bram Moolenaar
2020-03-01patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar
2020-03-01patch 8.2.0341: using ":for" in Vim9 script gives an errorv8.2.0341Bram Moolenaar
2020-03-01patch 8.2.0340: Vim9: function and partial types not testedv8.2.0340Bram Moolenaar
2020-03-01patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar
2020-02-29patch 8.2.0336: Vim9: insufficient test coverage for compilingv8.2.0336Bram Moolenaar
2020-02-26patch 8.2.0323: Vim9: calling a function that is defined later is slowv8.2.0323Bram Moolenaar
2020-02-26patch 8.2.0322: Vim9: error checks not testedv8.2.0322Bram Moolenaar
2020-02-26patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar
2020-02-25patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar
2020-02-23patch 8.2.0313: Vim9: insufficient script testsv8.2.0313Bram Moolenaar
2020-02-23patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar
2020-02-23patch 8.2.0311: Vim9: insufficient script testsv8.2.0311Bram Moolenaar
2020-02-23patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 scriptv8.2.0306Bram Moolenaar
2020-02-22patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar
2020-02-21patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar
2020-02-20patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not testedv8.2.0292Bram Moolenaar
2020-02-20patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar
2020-02-20patch 8.2.0287: Vim9: return in try block not tested; catch not testedv8.2.0287Bram Moolenaar
2020-02-19patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar
2020-02-19patch 8.2.0283: Vim9: failing to load script var not testedv8.2.0283Bram Moolenaar
2020-02-19patch 8.2.0282: Vim9: setting number option not testedv8.2.0282Bram Moolenaar
2020-02-19patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280Bram Moolenaar
2020-02-19patch 8.2.0279: Vim9: no test for deleted :def functionv8.2.0279Bram Moolenaar
2020-02-06patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar
2020-02-06patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar
2020-02-06patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar
2020-02-06patch 8.2.0221: no test for Vim9 += and ..=v8.2.0221Bram Moolenaar