summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_script.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar2020-02-211-0/+7
* patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not testedv8.2.0292Bram Moolenaar2020-02-201-0/+7
* patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar2020-02-201-3/+2
* patch 8.2.0287: Vim9: return in try block not tested; catch not testedv8.2.0287Bram Moolenaar2020-02-201-0/+28
* patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar2020-02-191-0/+2
* patch 8.2.0283: Vim9: failing to load script var not testedv8.2.0283Bram Moolenaar2020-02-191-4/+4
* patch 8.2.0282: Vim9: setting number option not testedv8.2.0282Bram Moolenaar2020-02-191-0/+8
* patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280Bram Moolenaar2020-02-191-0/+28
* patch 8.2.0279: Vim9: no test for deleted :def functionv8.2.0279Bram Moolenaar2020-02-191-0/+21
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-061-24/+12
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-210/+0
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-061-17/+31
* patch 8.2.0221: no test for Vim9 += and ..=v8.2.0221Bram Moolenaar2020-02-061-2/+23
* patch 8.2.0218: several Vim9 instructions are not testedv8.2.0218Bram Moolenaar2020-02-051-36/+123
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-051-3/+52
* patch 8.2.0207: crash when missing member type on list argumentv8.2.0207Bram Moolenaar2020-02-041-1/+4
* patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar2020-02-041-0/+28
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-031-3/+12
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-021-6/+59
* patch 8.2.0199: Vim9 script commands not sufficiently testedv8.2.0199Bram Moolenaar2020-02-021-8/+45
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-311-0/+30
* patch 8.2.0151: detecting a script was already sourced is unreliablev8.2.0151Bram Moolenaar2020-01-261-5/+5
* patch 8.2.0150: cannot define python function when using :executev8.2.0150Bram Moolenaar2020-01-261-0/+13
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+359