summaryrefslogtreecommitdiffstats
path: root/src/proto/vim9script.pro
AgeCommit message (Expand)Author
2021-07-08patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar
2021-07-08patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar
2021-05-28patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram Moolenaar
2021-04-24patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar
2021-04-13patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar
2021-03-31patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar
2021-03-18patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errorsv8.2.2620Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-01-11patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar
2021-01-02patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar
2020-12-28patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar
2020-12-27patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar
2020-12-26patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar
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-07-28patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar
2020-07-04patch 8.2.1124: Vim9: no line break allowed in :import commandv8.2.1124Bram Moolenaar
2020-06-19patch 8.2.1011: Vim9: some code not testedv8.2.1011Bram 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-03-09patch 8.2.0368: Vim9: import that redefines local variable does not failv8.2.0368Bram Moolenaar
2020-02-23patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar