summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2021-07-18patch 8.2.3179: Vim9: cannot assign to an imported variable at script levelv8.2.3179Bram Moolenaar
2021-07-18patch 8.2.3177: Vim9: can not use "for _ in expr" at script levelv8.2.3177Bram Moolenaar
2021-07-18patch 8.2.3175: Vim9: using illegal pointer with nested lambdas.v8.2.3175Bram Moolenaar
2021-07-11patch 8.2.3146: Vim9: line number wrong for :execute argumentv8.2.3146Bram Moolenaar
2021-07-11patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar
2021-07-10patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan
2021-07-08patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar
2021-07-08patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar
2021-07-05patch 8.2.3113: no error when for loop variable shadows script variablev8.2.3113Bram Moolenaar
2021-07-05patch 8.2.3111: Vim9: confusing error with extra whitespace before colonv8.2.3111Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram 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-17patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2021-06-12patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar
2021-06-12patch 8.2.2978: warning for uninitialized variablev8.2.2978Bram Moolenaar
2021-06-12patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar
2021-06-09patch 8.2.2968: Vim9: memory leakv8.2.2968Bram Moolenaar
2021-06-08patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar
2021-06-06patch 8.2.2947: build failure without the channel featurev8.2.2947Bram Moolenaar
2021-06-05patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar
2021-06-02patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan
2021-06-02patch 8.2.2923: EBCDIC build is brokenv8.2.2923K.Takata
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-06-01patch 8.2.2920: still a way to shadow a builtin functionv8.2.2920Bram Moolenaar
2021-05-31patch 8.2.2918: builtin function can be shadowed by global variablev8.2.2918Bram Moolenaar
2021-05-28patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram 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-18patch 8.2.2866: Vim9: memory leak when using inline functionv8.2.2866Bram Moolenaar
2021-05-15patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar
2021-05-13patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle
2021-05-09patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram 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-23patch 8.2.2802: Vim9: illegal memory accessv8.2.2802Bram Moolenaar
2021-04-21patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799Bram Moolenaar
2021-04-18patch 8.2.2783: duplicate code for setting byte in blob, blob test may failv8.2.2783Bram Moolenaar
2021-04-14patch 8.2.2767: compiler warning for unused argumentv8.2.2767Bram Moolenaar
2021-04-14patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar
2021-04-13patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar
2021-04-12patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar
2021-04-11patch 8.2.2756: Vim9: blob index and slice not implemented yetv8.2.2756Bram Moolenaar
2021-04-10patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar
2021-04-10patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar
2021-04-05patch 8.2.2722: Vim9: crash when using LHS with double indexv8.2.2722Bram Moolenaar
2021-04-04patch 8.2.2712: memory leak when adding to a blob failsv8.2.2712Bram Moolenaar
2021-04-04patch 8.2.2710: Vim9: not all tests cover script and :def functionv8.2.2710Bram Moolenaar