summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_assign.vim
AgeCommit message (Expand)Author
2020-12-22patch 8.2.2194: Vim9: cannot use :const or :final at the script levelv8.2.2194Bram Moolenaar
2020-12-21patch 8.2.2179: Vim9: crash when indexing a dict with a numberv8.2.2179Bram Moolenaar
2020-12-20patch 8.2.2168: Vim9: error for assigning to dict of dictv8.2.2168Bram Moolenaar
2020-12-20patch 8.2.2167: Vim9: assign test failsv8.2.2167Bram Moolenaar
2020-12-18patch 8.2.2159: Vim9: when declaring a list it is not allocated yetv8.2.2159Bram Moolenaar
2020-12-18patch 8.2.2157: Vim9: can delete a Vim9 script variable from a functionv8.2.2157Bram Moolenaar
2020-12-13patch 8.2.2139: Vim9: unreachable code in assignmentv8.2.2139Bram Moolenaar
2020-12-13patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138Bram Moolenaar
2020-12-08patch 8.2.2115: Vim9: some errors not tested for; dead codev8.2.2115Bram Moolenaar
2020-12-08patch 8.2.2108: Vim9: no test to check for :let errorv8.2.2108Bram Moolenaar
2020-12-07patch 8.2.2107: Vim9: some errors not testedv8.2.2107Bram Moolenaar
2020-12-05patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar
2020-12-02patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar
2020-12-02patch 8.2.2081: Vim9: cannot handle a linebreak after "=" in assignmentv8.2.2081Bram Moolenaar
2020-11-30patch 8.2.2072: Vim9: list assign not well testedv8.2.2072Bram Moolenaar
2020-11-30patch 8.2.2071: Vim9: list assign doesn't except empty remainder listv8.2.2071Bram Moolenaar
2020-11-28patch 8.2.2066: Vim9: assignment with += doesn't workv8.2.2066Bram Moolenaar
2020-11-28patch 8.2.2063: Vim9: only one level of indexing supportedv8.2.2063Bram Moolenaar
2020-11-16patch 8.2.2000: Vim9: dict.key assignment not implemented yetv8.2.2000Bram Moolenaar
2020-11-04patch 8.2.1949: Vim9: using extend() on null dict is silently ignoredv8.2.1949Bram Moolenaar
2020-10-19patch 8.2.1864: Vim9: no error for wrong list typev8.2.1864Bram Moolenaar
2020-10-17patch 8.2.1859: Vim9: crash in unpack assignmentv8.2.1859Bram Moolenaar
2020-10-17patch 8.2.1857: Vim9: using job_status() on an unused var gives an errorv8.2.1857Bram Moolenaar
2020-10-16patch 8.2.1853: "to_f" is recognized at "topleft" modifierv8.2.1853Bram Moolenaar
2020-10-12patch 8.2.1839: Vim9: memory leaks reported in assign testv8.2.1839Bram Moolenaar
2020-10-10patch 8.2.1821: Vim9: concatenating to a NULL list doesn't workv8.2.1821Bram Moolenaar
2020-10-03patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar
2020-09-30patch 8.2.1777: Vim9: some assignment tests in the wrong filev8.2.1777Bram Moolenaar
2020-09-27patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar
2020-09-27patch 8.2.1765: Vim9: some tests use "var var"v8.2.1765Bram Moolenaar
2020-09-27patch 8.2.1764: Vim9: no error when assigning to script var with wrong typev8.2.1764Bram Moolenaar
2020-09-27patch 8.2.1761: Vim9: Some tests are still using :letv8.2.1761Bram Moolenaar
2020-09-27patch 8.2.1760: Vim9: crash when end marker is missingv8.2.1760Bram Moolenaar
2020-09-27patch 8.2.1755: Vim9: crash when using invalid heredoc markerv8.2.1755Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-23patch 8.2.1731: Vim9: cannot use += to append to empty NULL listv8.2.1731Bram Moolenaar
2020-09-23patch 8.2.1730: Vim9: cannot use member of unknown typev8.2.1730Bram Moolenaar
2020-09-21patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar