summaryrefslogtreecommitdiffstats
path: root/src/vim9script.c
AgeCommit message (Expand)Author
2020-10-20patch 8.2.1870: Vim9: no need to keep all script variablesv8.2.1870Bram Moolenaar
2020-10-15patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar
2020-10-14patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar
2020-10-08patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-13patch 8.2.1674: Vim9: internal error when using variable that was not setv8.2.1674Bram Moolenaar
2020-09-09patch 8.2.1650: Vim9: result of && and || expression is not bool in scriptv8.2.1650Bram Moolenaar
2020-08-30patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar
2020-08-21patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar
2020-08-21patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy scriptv8.2.1503Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-01patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar
2020-07-28patch 8.2.1311: test failures with legacy Vim scriptv8.2.1311Bram Moolenaar
2020-07-28patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar
2020-07-23patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar
2020-07-23patch 8.2.1275: Vim9: compiler warning for buffer sizev8.2.1275Bram Moolenaar
2020-07-22patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar
2020-07-12patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar
2020-07-08patch 8.2.1160: Vim9: memory leak in allocated typesv8.2.1160Bram Moolenaar
2020-07-06patch 8.2.1148: warning for using int instead of size_tv8.2.1148Bram Moolenaar
2020-07-04patch 8.2.1125: Vim9: double quote can be a string or a commentv8.2.1125Bram Moolenaar
2020-07-04patch 8.2.1124: Vim9: no line break allowed in :import commandv8.2.1124Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-19patch 8.2.1012: Vim9: cannot declare single character script variablesv8.2.1012Bram Moolenaar
2020-06-19patch 8.2.1011: Vim9: some code not testedv8.2.1011Bram Moolenaar
2020-06-16patch 8.2.0992: Vim9: crash when using :import in the Vim commandv8.2.0992Bram Moolenaar
2020-06-14patch 8.2.0975: Vim9: script variable does not accept optional s: prefixv8.2.0975Bram Moolenaar
2020-06-13patch 8.2.0974: Vim9: memory leak when script var has wrong typev8.2.0974Bram Moolenaar
2020-06-13patch 8.2.0973: Vim9: type is not checked when assigning to a script variablev8.2.0973Bram Moolenaar
2020-06-13patch 8.2.0972: Vim9 script variable declarations need a typev8.2.0972Bram Moolenaar
2020-06-11patch 8.2.0960: cannot use :import in legacy Vim scriptv8.2.0960Bram Moolenaar
2020-05-24patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar
2020-05-21patch 8.2.0806: using "func!" after vim9script gives confusing errorv8.2.0806Bram Moolenaar
2020-05-15patch 8.2.0755: Vim9: No error when variable initializer is not a constantv8.2.0755Bram Moolenaar
2020-05-10patch 8.2.0731: Vim9: parsing declarations continues after :finishv8.2.0731Bram Moolenaar
2020-05-09patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar
2020-04-27patch 8.2.0650: Vim9: script function can be deletedv8.2.0650Bram 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-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-01-28patch 8.2.0172: Coverity warning for not restoring characterv8.2.0172Bram Moolenaar
2020-01-26patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar