summaryrefslogtreecommitdiffstats
path: root/src/vim9script.c
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-06-25patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar
2021-06-25patch 8.2.3047: increment and decrement don't allow for next commandv8.2.3047Bram Moolenaar
2021-06-12patch 8.2.2982: Vim9: future commands are not reserved yetv8.2.2982Bram 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-24patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar
2021-04-17patch 8.2.2774: Vim9: cannot import an existing name even when using "as"v8.2.2774Bram Moolenaar
2021-04-13patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar
2021-04-01patch 8.2.2683: build failure without the +eval featurev8.2.2683Bram Moolenaar
2021-04-01patch 8.2.2682: Vim9: cannot find Name.Func from "import * as Name"v8.2.2682Bram Moolenaar
2021-03-31patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar
2021-03-20patch 8.2.2629: Vim9: error for #{{ is not desiredv8.2.2629Bram Moolenaar
2021-03-18patch 8.2.2621: typval2type() cannot handle recursive structuresv8.2.2621Bram Moolenaar
2021-03-18patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errorsv8.2.2620Bram Moolenaar
2021-03-13patch 8.2.2598: Vim9: :open does not need to be supportedv8.2.2598Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-10patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redrawv8.2.2581Bram Moolenaar
2021-03-03patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar
2021-02-28patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar
2021-02-27patch 8.2.2557: compiler warning for shadowd variablev8.2.2557Bram Moolenaar
2021-02-27patch 8.2.2556: Vim9: :import with "as" not fully supportedv8.2.2556Bram Moolenaar
2021-02-20patch 8.2.2532: Vim9: confusing error if :k is used with a rangev8.2.2532Bram Moolenaar
2021-02-19patch 8.2.2531: Vim9: the :k command is obscurev8.2.2531Bram Moolenaar
2021-02-14patch 8.2.2513: Vim9: missing part of :vim9cmd changev8.2.2513Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-02-07patch 8.2.2480: Vim9: some errors for white space do not show contextv8.2.2480Bram 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-28patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram 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-12-26patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar
2020-12-25patch 8.2.2209: Vim9: return type of => lambda not parsedv8.2.2209Bram Moolenaar
2020-12-05patch 8.2.2093: Vim9: script test sometimes failsv8.2.2093Bram Moolenaar
2020-10-28patch 8.2.1918: Vim9: E1100 mentions :letv8.2.1918Bram 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-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