summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_expr.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3176: Vim9: no type error for comparing number with stringv8.2.3176Bram Moolenaar2021-07-181-0/+23
* patch 8.2.3169: Vim9: cannot handle nested inline functionv8.2.3169Bram Moolenaar2021-07-151-1/+2
* patch 8.2.3165: Vim9: in a || expression the error line number may be wrongv8.2.3165Bram Moolenaar2021-07-151-0/+7
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-1/+1
* patch 8.2.3152: Vim9: accessing "s:" results in an errorv8.2.3152Bram Moolenaar2021-07-111-0/+7
* patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar2021-07-101-1/+1
* patch 8.2.3100: Vim9: no error when using type with unknown number of argsv8.2.3100Bram Moolenaar2021-07-041-1/+1
* patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan2021-07-031-7/+0
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-191-0/+2
* patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar2021-06-171-5/+5
* patch 8.2.3005: Vim9: using a void value does not give a proper error messagev8.2.3005Bram Moolenaar2021-06-151-0/+14
* patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar2021-06-081-0/+4
* patch 8.2.2936: Vim9: converting number to bool uses wrong stack offsetv8.2.2936Bram Moolenaar2021-06-041-0/+19
* patch 8.2.2895: Vim9: random characters appear in some error messagesv8.2.2895mityu2021-05-281-1/+50
* patch 8.2.2892: error message contains random charactersv8.2.2892mityu2021-05-281-1/+8
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-251-0/+3
* patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan2021-05-241-0/+3
* patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statementv8.2.2861Bram Moolenaar2021-05-171-0/+15
* patch 8.2.2840: Vim9: member operation not fully testedv8.2.2840Bram Moolenaar2021-05-061-0/+22
* patch 8.2.2816: Vim9: comment below expression in lambda causes problemsv8.2.2816Bram Moolenaar2021-04-281-0/+7
* patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar2021-04-241-13/+0
* patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799Bram Moolenaar2021-04-211-7/+16
* patch 8.2.2756: Vim9: blob index and slice not implemented yetv8.2.2756Bram Moolenaar2021-04-111-0/+20
* patch 8.2.2755: Vim9: no error for using a number in a conditionv8.2.2755Bram Moolenaar2021-04-111-0/+17
* patch 8.2.2735: Vim9: function reference found with prefix, not withoutv8.2.2735Bram Moolenaar2021-04-071-0/+23
* patch 8.2.2734: Vim9: cannot use legacy script-local var from :def functionv8.2.2734Bram Moolenaar2021-04-071-0/+15
* patch 8.2.2721: Vim9: cannot have a linebreak inside a lambdav8.2.2721Bram Moolenaar2021-04-051-3/+1
* patch 8.2.2715: Vim9: tests fail without the channel featurev8.2.2715Bram Moolenaar2021-04-051-1/+2
* patch 8.2.2710: Vim9: not all tests cover script and :def functionv8.2.2710Bram Moolenaar2021-04-041-726/+709
* patch 8.2.2706: Vim9: wrong line number reported for boolean operatorv8.2.2706Bram Moolenaar2021-04-031-8/+22
* patch 8.2.2645: using inline function is not properly testedv8.2.2645Bram Moolenaar2021-03-221-0/+33
* patch 8.2.2642: Vim9: no clear error for wrong inline functionv8.2.2642Bram Moolenaar2021-03-221-0/+5
* patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar2021-03-211-0/+19
* patch 8.2.2629: Vim9: error for #{{ is not desiredv8.2.2629Bram Moolenaar2021-03-201-0/+4
* patch 8.2.2628: Vim9: #{ can still be used at the script levelv8.2.2628Bram Moolenaar2021-03-201-4/+4
* patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errorsv8.2.2620Bram Moolenaar2021-03-181-2/+4
* patch 8.2.2605: Vim9: string index and slice does not include composing charsv8.2.2605Bram Moolenaar2021-03-141-0/+29
* patch 8.2.2584: Vim9: type error for assigning "any" to a listv8.2.2584Bram Moolenaar2021-03-101-0/+3
* patch 8.2.2573: Vim9: using inalid pointer for error messagev8.2.2573Bram Moolenaar2021-03-061-0/+11
* patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar2021-02-281-3/+3
* patch 8.2.2549: crash after using "g:" in a for loopv8.2.2549Bram Moolenaar2021-02-241-0/+6
* patch 8.2.2544: Vim9: error for argument when checking for lambdav8.2.2544Bram Moolenaar2021-02-231-0/+8
* patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar2021-02-031-15/+27
* patch 8.2.2444: Vim9: compile error with combination of operator and listv8.2.2444Bram Moolenaar2021-01-311-0/+3
* patch 8.2.2378: Vim9: no error message for dividing by zerov8.2.2378Bram Moolenaar2021-01-201-2/+3
* patch 8.2.2376: Vim9: crash when dividing by zero in compiled codev8.2.2376Bram Moolenaar2021-01-191-0/+2
* patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line endv8.2.2349Bram Moolenaar2021-01-141-12/+20
* patch 8.2.2325: Vim9: crash if map() changes the item typev8.2.2325Bram Moolenaar2021-01-101-9/+9
* patch 8.2.2323: Vim9: error when inferring type from empty dict/listv8.2.2323Bram Moolenaar2021-01-101-0/+19
* patch 8.2.2320: Vim9: no error for comparing bool with stringv8.2.2320Bram Moolenaar2021-01-091-0/+12