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