summaryrefslogtreecommitdiff
path: root/src/evalvars.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar2021-03-261-2/+5
* patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar2021-03-141-10/+20
* patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar2021-03-131-12/+28
* patch 8.2.2579: Vim9: crash in garbagecollect after for loopv8.2.2579Bram Moolenaar2021-03-081-1/+2
* patch 8.2.2567: Vim9: no error if variable is defined for existing functionv8.2.2567Bram Moolenaar2021-03-041-1/+10
* patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar2021-03-031-3/+20
* patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar2021-02-201-21/+40
* patch 8.2.2526: build failurev8.2.2526Bram Moolenaar2021-02-171-1/+0
* patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar2021-02-111-12/+22
* patch 8.2.2395: Vim9: error for wrong type may report wrong line numberv8.2.2395Bram Moolenaar2021-01-231-0/+7
* patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar2021-01-211-0/+4
* patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar2021-01-211-2/+4
* patch 8.2.2372: confusing error message for wrong :let commandv8.2.2372Bram Moolenaar2021-01-171-3/+4
* patch 8.2.2371: Vim9: crash when using types in :for with unpackv8.2.2371Bram Moolenaar2021-01-171-4/+7
* patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar2021-01-131-1/+1
* patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar2021-01-111-2/+2
* patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar2021-01-061-6/+4
* patch 8.2.2297: Vim9: cannot set 'number' to a boolean valuev8.2.2297Bram Moolenaar2021-01-041-2/+8
* patch 8.2.2291: Vim9: cannot use "null" for v:nullv8.2.2291Bram Moolenaar2021-01-031-1/+1
* patch 8.2.2285: Vim9: cannot set an option to a falsev8.2.2285Bram Moolenaar2021-01-031-3/+9
* patch 8.2.2284: Vim9: cannot set an option to a boolean valuev8.2.2284Bram Moolenaar2021-01-031-1/+3
* patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar2021-01-021-4/+12
* patch 8.2.2268: Vim9: list unpack seen as declarationv8.2.2268Bram Moolenaar2021-01-011-9/+17
* patch 8.2.2267: Vim9: cannot use unlet for a dict memberv8.2.2267Bram Moolenaar2021-01-011-1/+1
* patch 8.2.2266: Vim9: it can be hard to see where white space is missingv8.2.2266Bram Moolenaar2021-01-011-1/+2
* patch 8.2.2262: Vim9: converting bool to string prefixes v:v8.2.2262Bram Moolenaar2021-01-011-2/+2
* patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar2020-12-311-7/+14
* patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar2020-12-271-1/+1
* patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar2020-12-261-2/+9
* patch 8.2.2195: failing tests for :constv8.2.2195Bram Moolenaar2020-12-221-4/+2
* patch 8.2.2194: Vim9: cannot use :const or :final at the script levelv8.2.2194Bram Moolenaar2020-12-221-13/+20
* patch 8.2.2193: Vim9: can change constant in :def functionv8.2.2193Bram Moolenaar2020-12-221-7/+17
* patch 8.2.2165: Vim9: assignment to dict member does not workv8.2.2165Bram Moolenaar2020-12-191-1/+2
* patch 8.2.2162: Vim9: Cannot load or store autoload variablesv8.2.2162Bram Moolenaar2020-12-191-5/+7
* patch 8.2.2157: Vim9: can delete a Vim9 script variable from a functionv8.2.2157Bram Moolenaar2020-12-181-0/+10
* patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar2020-12-121-11/+14
* patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar2020-11-301-0/+2
* patch 8.2.2018: Vim9: script variable not found from lambdav8.2.2018Bram Moolenaar2020-11-191-1/+22
* patch 8.2.1949: Vim9: using extend() on null dict is silently ignoredv8.2.1949Bram Moolenaar2020-11-041-0/+15
* patch 8.2.1901: variable completion does not work in command line windowv8.2.1901Bram Moolenaar2020-10-251-2/+14
* patch 8.2.1894: Vim9: command modifiers are not supportedv8.2.1894Bram Moolenaar2020-10-231-2/+4
* patch 8.2.1882: Vim9: v:disallow_let is no longer neededv8.2.1882Bram Moolenaar2020-10-211-6/+1
* patch 8.2.1849: Vim9: garbage collection frees block-local variablesv8.2.1849Bram Moolenaar2020-10-151-2/+14
* patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar2020-10-141-24/+4
* patch 8.2.1824: Vim9: variables at the script level escape their scopev8.2.1824Bram Moolenaar2020-10-101-2/+1
* patch 8.2.1814: missing change to remove "static"v8.2.1814Bram Moolenaar2020-10-081-1/+1
* patch 8.2.1788: Vim9: still allows :let for declarationsv8.2.1788Bram Moolenaar2020-10-031-2/+5
* patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar2020-09-271-0/+7
* patch 8.2.1755: Vim9: crash when using invalid heredoc markerv8.2.1755Bram Moolenaar2020-09-271-2/+3
* patch 8.2.1753: Vim9: crash when using import at script levelv8.2.1753Bram Moolenaar2020-09-271-0/+5