summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_assign.vim
AgeCommit message (Expand)Author
2021-06-27patch 8.2.3064: Vim9: in script cannot set item in uninitialized listv8.2.3064Bram Moolenaar
2021-06-26patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar
2021-06-26patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon failsv8.2.3054Bram Moolenaar
2021-06-26patch 8.2.3053: Vim9: cannot assign to @@ in :def functionv8.2.3053Bram 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-21patch 8.2.3029: Vim9: crash when using operator and list unpack assignmentv8.2.3029Bram Moolenaar
2021-06-17patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram 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-28patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar
2021-04-24patch 8.2.2808: Vim9: increment and decrement not sufficiently testedv8.2.2808Bram 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-15patch 8.2.2771: Vim9: assignment not recognized if declaration was skippedv8.2.2771Bram Moolenaar
2021-04-10patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar
2021-04-06patch 8.2.2729: Vim9: wrong error message for referring to legacy script varv8.2.2729Bram Moolenaar
2021-04-05patch 8.2.2724: Vim9: concatenating to list in dict not testedv8.2.2724Bram Moolenaar
2021-04-05patch 8.2.2722: Vim9: crash when using LHS with double indexv8.2.2722Bram Moolenaar
2021-04-05patch 8.2.2719: Vim9: appending to dict item doesn't work in a :def functionv8.2.2719Bram Moolenaar
2021-04-03patch 8.2.2705: Vim9: misleading reported line number for wrong typev8.2.2705Bram Moolenaar
2021-04-03patch 8.2.2703: Vim9: memory leak when failing on locked variablev8.2.2703Bram Moolenaar
2021-04-02patch 8.2.2693: Vim9: locked script variable can be changedv8.2.2693Bram Moolenaar
2021-04-02patch 8.2.2692: Vim9: locked script variable can be changedv8.2.2692Bram Moolenaar
2021-04-01patch 8.2.2687: Vim9: cannot use "const" for global variable in :def functionv8.2.2687Bram 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-17patch 8.2.2618: Vim9: cannot use a normal list name to store function refsv8.2.2618Bram Moolenaar
2021-03-03patch 8.2.2565: Vim9: "..=" not always recognizedv8.2.2565Bram Moolenaar
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-17patch 8.2.2528: Vim9: crash when compiling lambda failsv8.2.2528Bram Moolenaar
2021-02-17patch 8.2.2527: Vim9: lambda return type is not determined at script levelv8.2.2527Bram 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.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar
2021-01-17patch 8.2.2373: Vim9: list assignment only accepts a number indexv8.2.2373Bram Moolenaar
2021-01-16patch 8.2.2365: Vim9: no check for map() changing item type at script levelv8.2.2365Bram Moolenaar
2021-01-11patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar
2021-01-09patch 8.2.2317: Vim9: command modifier before list unpack doesn't workv8.2.2317Bram Moolenaar
2021-01-07patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifierv8.2.2311Bram Moolenaar
2021-01-07patch 8.2.2308: Vim9: no error when assigning lambda to funcrefv8.2.2308Bram Moolenaar
2021-01-05patch 8.2.2304: Vim9: no test for unletting an imported variablev8.2.2304Bram Moolenaar
2021-01-04patch 8.2.2301: Vim9: cannot unlet a dict or list itemv8.2.2301Bram Moolenaar
2021-01-04patch 8.2.2297: Vim9: cannot set 'number' to a boolean valuev8.2.2297Bram Moolenaar
2021-01-03patch 8.2.2290: Vim9: unlet of global variable cannot be compiledv8.2.2290Bram 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
2020-12-31patch 8.2.2257: Vim9: using -> for lambda is ambiguousv8.2.2257Bram Moolenaar
2020-12-31patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar
2020-12-25patch 8.2.2212: Vim9: lambda with => does not work at the script levelv8.2.2212Bram Moolenaar