summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_assign.vim
AgeCommit message (Expand)Author
2022-02-06patch 8.2.4311: Vim9: changing script variable type not caught compile timev8.2.4311Bram Moolenaar
2022-02-04patch 8.2.4296: Vim9: not all code covered by testsv8.2.4296Bram Moolenaar
2022-02-03patch 8.2.4287: cannot assign empty list with type to variable with list typev8.2.4287Bram Moolenaar
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-27patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar
2022-01-15patch 8.2.4103: Vim9: variable declared in for loop not initialzedv8.2.4103Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2022-01-05patch 8.2.4006: Vim9: crash when declaring variable on the command linev8.2.4006Bram Moolenaar
2022-01-04patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar
2022-01-03patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar
2021-12-31patch 8.2.3954: Vim9: no error for shadowing if script var is declared laterv8.2.3954Bram Moolenaar
2021-12-30patch 8.2.3945: Vim9: partial variable argument types are wrongv8.2.3945Bram Moolenaar
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-18patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)v8.2.3844Bram Moolenaar
2021-12-17patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar
2021-12-01patch 8.2.3717: Vim9: error for constant list size is only given at runtimev8.2.3717Bram Moolenaar
2021-11-30patch 8.2.3704: Vim9: cannot use a list declaration in a :def functionv8.2.3704Bram Moolenaar
2021-11-29patch 8.2.3696: Vim9: error for invalid assignment when skippingv8.2.3696Bram Moolenaar
2021-11-26patch 8.2.3682: Vim9: assigning to a script variable drops the typev8.2.3682Bram Moolenaar
2021-09-09patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar
2021-08-23patch 8.2.3370: Vim9: no check for white space before type in declarationv8.2.3370Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-07patch 8.2.3310: Vim9: unpack assignment does not mention source of type errorv8.2.3310Bram Moolenaar
2021-08-05patch 8.2.3296: Vim9: cannot add a number to a floatv8.2.3296Bram Moolenaar
2021-08-03patch 8.2.3281: Vim9: TODO items in tests can be taken care ofv8.2.3281Bram Moolenaar
2021-08-02patch 8.2.3278: Vim9: error when adding 1 to floatv8.2.3278Bram Moolenaar
2021-08-01patch 8.2.3266: Vim9: assignment with two indexes may check next linev8.2.3266Bram Moolenaar
2021-07-31patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operatorv8.2.3263Bram Moolenaar
2021-07-28patch 8.2.3239: Vim9: no error using heredoc for a number variablev8.2.3239Bram Moolenaar
2021-07-28patch 8.2.3237: when a builtin function gives an error processing continuesv8.2.3237Bram Moolenaar
2021-07-17patch 8.2.3174: Vim9: "legacy undo" finds "undo" variablev8.2.3174Bram Moolenaar
2021-07-15patch 8.2.3168: Vim9: type error for constant of type anyv8.2.3168Bram Moolenaar
2021-07-04patch 8.2.3107: Vim9: error for arguments while type didn't specify argumentsv8.2.3107Bram Moolenaar
2021-07-04patch 8.2.3106: Vim9: confusing line number reported for errorv8.2.3106Bram Moolenaar
2021-07-04patch 8.2.3105: Vim9: type of partial is wrong when it has argumentsv8.2.3105Bram Moolenaar
2021-07-04patch 8.2.3104: Vim9: unspecified function type causes type errorv8.2.3104Bram Moolenaar
2021-07-04patch 8.2.3100: Vim9: no error when using type with unknown number of argsv8.2.3100Bram Moolenaar
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