summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_assign.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar2022-05-261-0/+57
* patch 8.2.5025: Vim9: a few lines not covered by testsv8.2.5025Bram Moolenaar2022-05-261-0/+2
* patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar2022-05-061-2/+2
* patch 8.2.4886: Vim9: redir in skipped block seen as assignmentv8.2.4886Bram Moolenaar2022-05-061-0/+8
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-16/+16
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-28/+66
* patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan2022-04-171-2/+52
* patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar2022-04-051-5/+22
* patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar2022-04-011-0/+6
* patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar2022-03-201-0/+5
* patch 8.2.4590: Vim9: range type check has wrong offsetv8.2.4590Bram Moolenaar2022-03-181-1/+1
* patch 8.2.4589: cannot index the g: dictionaryv8.2.4589Bram Moolenaar2022-03-181-0/+8
* patch 8.2.4554: Vim9: using null values not sufficiently testedv8.2.4554Bram Moolenaar2022-03-121-0/+16
* patch 8.2.4533: Vim9: no test that after assigning null type is still checkedv8.2.4533Bram Moolenaar2022-03-091-0/+25
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-1/+33
* patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar2022-03-051-0/+5
* patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar2022-03-031-17/+0
* patch 8.2.4484: Vim9: some error messages are not testedv8.2.4484Bram Moolenaar2022-02-281-0/+37
* patch 8.2.4447: Vim9: can still use s:var in a compiled functionv8.2.4447Bram Moolenaar2022-02-221-1/+44
* patch 8.2.4410: Vim9: some code not covered by testsv8.2.4410Bram Moolenaar2022-02-171-0/+7
* patch 8.2.4409: Vim9: some code not covered by testsv8.2.4409Bram Moolenaar2022-02-171-0/+7
* patch 8.2.4408: Vim9: some code not covered by testsv8.2.4408Bram Moolenaar2022-02-171-1/+14
* patch 8.2.4407: Vim9: some code not covered by testsv8.2.4407Bram Moolenaar2022-02-171-0/+53
* patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar2022-02-151-1/+2
* patch 8.2.4390: Vim9: list from declaration with inferred type not setv8.2.4390Bram Moolenaar2022-02-151-0/+13
* patch 8.2.4384: Vim9: error message not tested, some code not testedv8.2.4384Bram Moolenaar2022-02-141-0/+6
* patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar2022-02-121-29/+30
* patch 8.2.4311: Vim9: changing script variable type not caught compile timev8.2.4311Bram Moolenaar2022-02-061-0/+10
* patch 8.2.4296: Vim9: not all code covered by testsv8.2.4296Bram Moolenaar2022-02-041-0/+6
* patch 8.2.4287: cannot assign empty list with type to variable with list typev8.2.4287Bram Moolenaar2022-02-031-0/+9
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-021-1/+1
* patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar2022-01-301-3/+3
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-265/+265
* patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar2022-01-271-1/+1
* patch 8.2.4103: Vim9: variable declared in for loop not initialzedv8.2.4103Bram Moolenaar2022-01-151-0/+35
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-3/+3
* patch 8.2.4006: Vim9: crash when declaring variable on the command linev8.2.4006Bram Moolenaar2022-01-051-0/+18
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-0/+34
* patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar2022-01-031-0/+8
* patch 8.2.3954: Vim9: no error for shadowing if script var is declared laterv8.2.3954Bram Moolenaar2021-12-311-3/+3
* patch 8.2.3945: Vim9: partial variable argument types are wrongv8.2.3945Bram Moolenaar2021-12-301-0/+30
* patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar2021-12-191-12/+12
* patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)v8.2.3844Bram Moolenaar2021-12-181-0/+17
* patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar2021-12-171-0/+16
* patch 8.2.3717: Vim9: error for constant list size is only given at runtimev8.2.3717Bram Moolenaar2021-12-011-0/+21
* patch 8.2.3704: Vim9: cannot use a list declaration in a :def functionv8.2.3704Bram Moolenaar2021-11-301-1/+54
* patch 8.2.3696: Vim9: error for invalid assignment when skippingv8.2.3696Bram Moolenaar2021-11-291-0/+6
* patch 8.2.3682: Vim9: assigning to a script variable drops the typev8.2.3682Bram Moolenaar2021-11-261-0/+10
* 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