summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_assign.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar2021-09-091-7/+8
* patch 8.2.3370: Vim9: no check for white space before type in declarationv8.2.3370Bram Moolenaar2021-08-231-0/+2
* patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar2021-08-111-1/+1
* patch 8.2.3310: Vim9: unpack assignment does not mention source of type errorv8.2.3310Bram Moolenaar2021-08-071-0/+16
* patch 8.2.3296: Vim9: cannot add a number to a floatv8.2.3296Bram Moolenaar2021-08-051-0/+17
* patch 8.2.3281: Vim9: TODO items in tests can be taken care ofv8.2.3281Bram Moolenaar2021-08-031-14/+2
* patch 8.2.3278: Vim9: error when adding 1 to floatv8.2.3278Bram Moolenaar2021-08-021-0/+6
* patch 8.2.3266: Vim9: assignment with two indexes may check next linev8.2.3266Bram Moolenaar2021-08-011-0/+6
* patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operatorv8.2.3263Bram Moolenaar2021-07-311-0/+26
* patch 8.2.3239: Vim9: no error using heredoc for a number variablev8.2.3239Bram Moolenaar2021-07-281-0/+8
* patch 8.2.3237: when a builtin function gives an error processing continuesv8.2.3237Bram Moolenaar2021-07-281-0/+15
* patch 8.2.3174: Vim9: "legacy undo" finds "undo" variablev8.2.3174Bram Moolenaar2021-07-171-0/+7
* patch 8.2.3168: Vim9: type error for constant of type anyv8.2.3168Bram Moolenaar2021-07-151-0/+10
* patch 8.2.3107: Vim9: error for arguments while type didn't specify argumentsv8.2.3107Bram Moolenaar2021-07-041-0/+10
* patch 8.2.3106: Vim9: confusing line number reported for errorv8.2.3106Bram Moolenaar2021-07-041-0/+10
* patch 8.2.3105: Vim9: type of partial is wrong when it has argumentsv8.2.3105Bram Moolenaar2021-07-041-3/+6
* patch 8.2.3104: Vim9: unspecified function type causes type errorv8.2.3104Bram Moolenaar2021-07-041-0/+9
* patch 8.2.3100: Vim9: no error when using type with unknown number of argsv8.2.3100Bram Moolenaar2021-07-041-0/+9
* patch 8.2.3064: Vim9: in script cannot set item in uninitialized listv8.2.3064Bram Moolenaar2021-06-271-15/+24
* patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar2021-06-261-0/+6
* patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon failsv8.2.3054Bram Moolenaar2021-06-261-0/+10
* patch 8.2.3053: Vim9: cannot assign to @@ in :def functionv8.2.3053Bram Moolenaar2021-06-261-10/+15
* patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar2021-06-251-0/+6
* patch 8.2.3047: increment and decrement don't allow for next commandv8.2.3047Bram Moolenaar2021-06-251-0/+4
* patch 8.2.3029: Vim9: crash when using operator and list unpack assignmentv8.2.3029Bram Moolenaar2021-06-211-0/+23
* patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar2021-06-171-0/+13
* patch 8.2.2982: Vim9: future commands are not reserved yetv8.2.2982Bram Moolenaar2021-06-121-0/+2
* patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram Moolenaar2021-05-281-0/+7
* patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar2021-04-281-2/+2
* patch 8.2.2808: Vim9: increment and decrement not sufficiently testedv8.2.2808Bram Moolenaar2021-04-241-3/+9
* patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar2021-04-241-0/+16
* patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar2021-04-241-8/+8
* patch 8.2.2771: Vim9: assignment not recognized if declaration was skippedv8.2.2771Bram Moolenaar2021-04-151-0/+12
* patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar2021-04-101-0/+8
* patch 8.2.2729: Vim9: wrong error message for referring to legacy script varv8.2.2729Bram Moolenaar2021-04-061-0/+35
* patch 8.2.2724: Vim9: concatenating to list in dict not testedv8.2.2724Bram Moolenaar2021-04-051-0/+4
* patch 8.2.2722: Vim9: crash when using LHS with double indexv8.2.2722Bram Moolenaar2021-04-051-0/+13
* patch 8.2.2719: Vim9: appending to dict item doesn't work in a :def functionv8.2.2719Bram Moolenaar2021-04-051-3/+40
* patch 8.2.2705: Vim9: misleading reported line number for wrong typev8.2.2705Bram Moolenaar2021-04-031-0/+8
* patch 8.2.2703: Vim9: memory leak when failing on locked variablev8.2.2703Bram Moolenaar2021-04-031-1/+2
* patch 8.2.2693: Vim9: locked script variable can be changedv8.2.2693Bram Moolenaar2021-04-021-2/+12
* patch 8.2.2692: Vim9: locked script variable can be changedv8.2.2692Bram Moolenaar2021-04-021-0/+11
* patch 8.2.2687: Vim9: cannot use "const" for global variable in :def functionv8.2.2687Bram Moolenaar2021-04-011-0/+18
* patch 8.2.2673: Vim9: script-local funcref can have lower case namev8.2.2673Bram Moolenaar2021-03-281-0/+26
* patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar2021-03-261-1/+8
* patch 8.2.2618: Vim9: cannot use a normal list name to store function refsv8.2.2618Bram Moolenaar2021-03-171-0/+7
* patch 8.2.2565: Vim9: "..=" not always recognizedv8.2.2565Bram Moolenaar2021-03-031-0/+38
* patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar2021-02-201-0/+46
* patch 8.2.2528: Vim9: crash when compiling lambda failsv8.2.2528Bram Moolenaar2021-02-171-0/+5
* patch 8.2.2527: Vim9: lambda return type is not determined at script levelv8.2.2527Bram Moolenaar2021-02-171-2/+3