summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2021-03-31patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar
2021-03-28patch 8.2.2673: Vim9: script-local funcref can have lower case namev8.2.2673Bram Moolenaar
2021-03-26patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-08patch 8.2.2579: Vim9: crash in garbagecollect after for loopv8.2.2579Bram Moolenaar
2021-03-04patch 8.2.2567: Vim9: no error if variable is defined for existing functionv8.2.2567Bram Moolenaar
2021-03-03patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-17patch 8.2.2526: build failurev8.2.2526Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-01-23patch 8.2.2395: Vim9: error for wrong type may report wrong line numberv8.2.2395Bram Moolenaar
2021-01-21patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar
2021-01-21patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar
2021-01-17patch 8.2.2372: confusing error message for wrong :let commandv8.2.2372Bram Moolenaar
2021-01-17patch 8.2.2371: Vim9: crash when using types in :for with unpackv8.2.2371Bram Moolenaar
2021-01-13patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar
2021-01-11patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar
2021-01-06patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar
2021-01-04patch 8.2.2297: Vim9: cannot set 'number' to a boolean valuev8.2.2297Bram Moolenaar
2021-01-03patch 8.2.2291: Vim9: cannot use "null" for v:nullv8.2.2291Bram Moolenaar
2021-01-03patch 8.2.2285: Vim9: cannot set an option to a falsev8.2.2285Bram Moolenaar
2021-01-03patch 8.2.2284: Vim9: cannot set an option to a boolean valuev8.2.2284Bram Moolenaar
2021-01-02patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar
2021-01-01patch 8.2.2268: Vim9: list unpack seen as declarationv8.2.2268Bram Moolenaar
2021-01-01patch 8.2.2267: Vim9: cannot use unlet for a dict memberv8.2.2267Bram Moolenaar
2021-01-01patch 8.2.2266: Vim9: it can be hard to see where white space is missingv8.2.2266Bram Moolenaar
2021-01-01patch 8.2.2262: Vim9: converting bool to string prefixes v:v8.2.2262Bram Moolenaar
2020-12-31patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram 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-22patch 8.2.2195: failing tests for :constv8.2.2195Bram Moolenaar
2020-12-22patch 8.2.2194: Vim9: cannot use :const or :final at the script levelv8.2.2194Bram Moolenaar
2020-12-22patch 8.2.2193: Vim9: can change constant in :def functionv8.2.2193Bram Moolenaar
2020-12-19patch 8.2.2165: Vim9: assignment to dict member does not workv8.2.2165Bram Moolenaar
2020-12-19patch 8.2.2162: Vim9: Cannot load or store autoload variablesv8.2.2162Bram Moolenaar
2020-12-18patch 8.2.2157: Vim9: can delete a Vim9 script variable from a functionv8.2.2157Bram Moolenaar
2020-12-12patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar
2020-11-30patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar
2020-11-19patch 8.2.2018: Vim9: script variable not found from lambdav8.2.2018Bram Moolenaar
2020-11-04patch 8.2.1949: Vim9: using extend() on null dict is silently ignoredv8.2.1949Bram Moolenaar
2020-10-25patch 8.2.1901: variable completion does not work in command line windowv8.2.1901Bram Moolenaar
2020-10-23patch 8.2.1894: Vim9: command modifiers are not supportedv8.2.1894Bram Moolenaar
2020-10-21patch 8.2.1882: Vim9: v:disallow_let is no longer neededv8.2.1882Bram Moolenaar
2020-10-15patch 8.2.1849: Vim9: garbage collection frees block-local variablesv8.2.1849Bram Moolenaar
2020-10-14patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar
2020-10-10patch 8.2.1824: Vim9: variables at the script level escape their scopev8.2.1824Bram Moolenaar
2020-10-08patch 8.2.1814: missing change to remove "static"v8.2.1814Bram Moolenaar
2020-10-03patch 8.2.1788: Vim9: still allows :let for declarationsv8.2.1788Bram Moolenaar
2020-09-27patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar