summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_disassemble.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1024: Vim9: no error for using "let g:var = val"v8.2.1024Bram Moolenaar2020-06-201-1/+1
* patch 8.2.1008: Vim9: no test for disassambling newly added instructionsv8.2.1008Bram Moolenaar2020-06-181-0/+36
* patch 8.2.1006: Vim9: require unnecessary return statementv8.2.1006Bram Moolenaar2020-06-181-0/+24
* patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar2020-05-241-4/+2
* patch 8.2.0758: Vim9: no test for STORELIST and STOREDICTv8.2.0758Bram Moolenaar2020-05-151-189/+261
* patch 8.2.0757: Vim9: no test for MEMBER instructionv8.2.0757Bram Moolenaar2020-05-151-92/+101
* patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar2020-05-141-1/+1
* patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar2020-05-091-0/+25
* patch 8.2.0723: Vim9: nested constant expression not evaluated compile timev8.2.0723Bram Moolenaar2020-05-091-0/+10
* patch 8.2.0719: Vim9: more expressions can be evaluated at compile timev8.2.0719Bram Moolenaar2020-05-091-48/+58
* patch 8.2.0717: Vim9: postponed constant expressions does not scalev8.2.0717Bram Moolenaar2020-05-081-0/+10
* patch 8.2.0708: Vim9: constant expressions are not simplifiedv8.2.0708Bram Moolenaar2020-05-071-3/+13
* patch 8.2.0706: Vim9: using assert_fails() causes function to finishv8.2.0706Bram Moolenaar2020-05-071-0/+2
* patch 8.2.0703: Vim9: closure cannot store value in outer contextv8.2.0703Bram Moolenaar2020-05-061-0/+36
* patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar2020-04-251-0/+26
* patch 8.2.0626: Vim9: wrong syntax of function in Vim9 scriptv8.2.0626Bram Moolenaar2020-04-231-0/+22
* patch 8.2.0605: Vim9: cannot unlet an environment variablev8.2.0605Bram Moolenaar2020-04-191-1/+4
* patch 8.2.0601: Vim9: :unlet is not compiledv8.2.0601Bram Moolenaar2020-04-191-0/+19
* patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variablesv8.2.0600Bram Moolenaar2020-04-191-0/+18
* patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar2020-04-181-7/+7
* patch 8.2.0570: Vim9: no error when omitting type from argumentv8.2.0570Bram Moolenaar2020-04-131-2/+2
* patch 8.2.0565: Vim9: tests contain superfluous line continuationv8.2.0565Bram Moolenaar2020-04-121-473/+473
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-051-6/+8
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-031-15/+11
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-0/+2
* patch 8.2.0496: Vim9: disassemble test failsv8.2.0496Bram Moolenaar2020-04-021-1/+41
* patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar2020-03-311-0/+25
* patch 8.2.0408: delete() commented out for testingv8.2.0408Bram Moolenaar2020-03-191-1/+1
* patch 8.2.0346: Vim9: finding common list type not testedv8.2.0346Bram Moolenaar2020-03-011-0/+32
* patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar2020-03-011-0/+59
* patch 8.2.0323: Vim9: calling a function that is defined later is slowv8.2.0323Bram Moolenaar2020-02-261-0/+32
* patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar2020-02-261-0/+33
* patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar2020-02-221-0/+17
* patch 8.2.0277: Vim9: not all instructions covered by testsv8.2.0277Bram Moolenaar2020-02-191-0/+139
* patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253Bram Moolenaar2020-02-131-0/+4
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-071-14/+109
* patch 8.2.0227: compiling a few instructions not testedv8.2.0227Bram Moolenaar2020-02-061-1/+78
* patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar2020-02-061-0/+32
* patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar2020-02-061-0/+47
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-061-0/+62
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-0/+220