summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_disassemble.vim
AgeCommit message (Expand)Author
2022-10-15patch 9.0.0766: too many delete() calls in testsv9.0.0766Bram Moolenaar
2022-10-07patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar
2022-09-19patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-17patch 9.0.0484: in :def function all closures in loop get the same variablesv9.0.0484Bram Moolenaar
2022-09-15patch 9.0.0470: in :def function all closures in loop get the same variablesv9.0.0470Bram Moolenaar
2022-09-03patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar
2022-09-01patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-08-20patch 9.0.0230: no error for comma missing in list in :def functionv9.0.0230Bram Moolenaar
2022-05-22patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan
2022-05-21patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar
2022-05-17patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-05-05patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy
2022-04-28patch 8.2.4836: Vim9: some lines not covered by testsv8.2.4836Bram Moolenaar
2022-04-27patch 8.2.4835: Vim9: some lines not covered by testsv8.2.4835Bram Moolenaar
2022-04-25patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy
2022-04-02patch 8.2.4669: in compiled code len('string') is not inlinedv8.2.4669LemonBoy
2022-03-30patch 8.2.4651: test fails because path differsv8.2.4651Bram Moolenaar
2022-03-30patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-22patch 8.2.4611: typos in tests; one lua line not covered by testv8.2.4611Dominique Pelle
2022-03-08patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar
2022-03-01patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar
2022-02-15patch 8.2.4390: Vim9: list from declaration with inferred type not setv8.2.4390Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-04patch 8.2.4297: Vim9: not all code covered by testsv8.2.4297Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-26patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar
2022-01-25patch 8.2.4216: Vim9: cannot use a function from an autoload import directlyv8.2.4216Bram Moolenaar
2022-01-04patch 8.2.3997: Vim9: not enough testing for extend() and map()v8.2.3997Bram Moolenaar
2022-01-02patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it startsv8.2.3981Bram Moolenaar
2021-12-25patch 8.2.3898: Vim9: not sufficient testing for variable initializationv8.2.3898Bram Moolenaar
2021-12-25patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar
2021-12-21patch 8.2.3868: Vim9: function test failsv8.2.3868Bram Moolenaar
2021-12-16patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def functionv8.2.3826Bram Moolenaar
2021-12-09patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and othersv8.2.3765Bram Moolenaar
2021-12-01patch 8.2.3717: Vim9: error for constant list size is only given at runtimev8.2.3717Bram Moolenaar
2021-12-01patch 8.2.3716: Vim9: range without a command is not compiledv8.2.3716Bram Moolenaar
2021-11-30patch 8.2.3707: Vim9: constant expression of elseif not recognizedv8.2.3707Bram Moolenaar
2021-09-16patch 8.2.3442: Vim9: || and && are not handled at compile timev8.2.3442Bram Moolenaar
2021-09-13patch 8.2.3435: Vim9: dict is not passed to dict functionv8.2.3435Bram Moolenaar
2021-08-22patch 8.2.3366: Vim9: debugging elseif does not stop before conditionv8.2.3366Bram Moolenaar
2021-08-15patch 8.2.3353: Vim9: type of argument for negate not checked at compile timev8.2.3353Bram Moolenaar
2021-08-13patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar
2021-08-10patch 8.2.3326: Vim9: no error passing an empty list of the wrong typev8.2.3326Bram Moolenaar
2021-08-07patch 8.2.3310: Vim9: unpack assignment does not mention source of type errorv8.2.3310Bram Moolenaar
2021-08-07patch 8.2.3307: Vim9: :echoconsole cannot access local variablesv8.2.3307Bram Moolenaar