summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
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
2021-03-27patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar
2021-03-26patch 8.2.2661: leaking memory when looping over a stringv8.2.2661Bram Moolenaar
2021-03-26patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar
2021-03-22patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar
2021-03-21patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar
2021-03-20patch 8.2.2628: Vim9: #{ can still be used at the script levelv8.2.2628Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-06patch 8.2.2573: Vim9: using inalid pointer for error messagev8.2.2573Bram Moolenaar
2021-03-03patch 8.2.2565: Vim9: "..=" not always recognizedv8.2.2565Bram Moolenaar
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-17patch 8.2.2528: Vim9: crash when compiling lambda failsv8.2.2528Bram Moolenaar
2021-02-17patch 8.2.2527: Vim9: lambda return type is not determined at script levelv8.2.2527Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar