summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2021-07-11patch 8.2.3152: Vim9: accessing "s:" results in an errorv8.2.3152Bram Moolenaar
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-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-14patch 8.2.2998: Vim9: disassemble test failsv8.2.2998Bram Moolenaar
2021-06-11patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar
2021-06-10patch 8.2.2969: subtracting from number option fails when result is zerov8.2.2969Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-04-19patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-14patch 8.2.2763: Vim9: cannot use type in for loop unpack at script levelv8.2.2763Bram Moolenaar
2021-04-13patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar
2021-04-10patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar
2021-04-10patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar
2021-03-31patch 8.2.2681: Vim9: test fails for redeclaring script variablev8.2.2681Bram Moolenaar
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