summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2021-07-18patch 8.2.3178: Vim9: the file name of an :import cannot be an expressionv8.2.3178Bram Moolenaar
2021-07-17patch 8.2.3174: Vim9: "legacy undo" finds "undo" variablev8.2.3174Bram Moolenaar
2021-07-15patch 8.2.3168: Vim9: type error for constant of type anyv8.2.3168Bram Moolenaar
2021-07-15patch 8.2.3165: Vim9: in a || expression the error line number may be wrongv8.2.3165Bram Moolenaar
2021-07-11patch 8.2.3151: Vim9: profiling fails if nested function is also profiledv8.2.3151Bram Moolenaar
2021-07-11patch 8.2.3148: Vim9: function arg type check does not handle base offsetv8.2.3148Bram Moolenaar
2021-07-11patch 8.2.3147: Vim9: profiling does not work with a nested functionv8.2.3147Bram Moolenaar
2021-07-11patch 8.2.3143: Vim9: wrong context if lambda called from profiled functionv8.2.3143Bram Moolenaar
2021-07-10patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar
2021-07-07patch 8.2.3118: Vim9: "any" type not handled correctly in for loopv8.2.3118Bram Moolenaar
2021-07-07patch 8.2.3117: Vim9: type not properly checked in for loopv8.2.3117Bram Moolenaar
2021-07-05patch 8.2.3111: Vim9: confusing error with extra whitespace before colonv8.2.3111Bram Moolenaar
2021-07-04patch 8.2.3106: Vim9: confusing line number reported for errorv8.2.3106Bram Moolenaar
2021-07-03patch 8.2.3091: Vim9: default argument expr. cannot use previous argumentv8.2.3091Bram Moolenaar
2021-07-03patch 8.2.3086: Vim9: breakpoint on "for" does not workv8.2.3086Bram Moolenaar
2021-06-30patch 8.2.3078: Vim9: profile test failsv8.2.3078Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-27patch 8.2.3066: Vim9: debugging lambda does not workv8.2.3066Bram Moolenaar
2021-06-27patch 8.2.3065: Vim9: error when sourcing script twice and reusing functionv8.2.3065Bram Moolenaar
2021-06-26patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon failsv8.2.3054Bram Moolenaar
2021-06-26patch 8.2.3053: Vim9: cannot assign to @@ in :def functionv8.2.3053Bram Moolenaar
2021-06-26patch 8.2.3052: Vim9: "legacy call" does not workv8.2.3052Bram Moolenaar
2021-06-26patch 8.2.3051: Vim9: for loop with one list variable does not workv8.2.3051Bram Moolenaar
2021-06-25patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar
2021-06-23patch 8.2.3039: Vim9: breakpoint at a comment line does not workv8.2.3039Bram Moolenaar
2021-06-21patch 8.2.3029: Vim9: crash when using operator and list unpack assignmentv8.2.3029Bram Moolenaar
2021-06-17patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar
2021-06-16patch 8.2.3011: Vim9: cannot get argument values during debuggingv8.2.3011Bram Moolenaar
2021-06-15patch 8.2.3005: Vim9: using a void value does not give a proper error messagev8.2.3005Bram Moolenaar
2021-06-15patch 8.2.3001: Vim9: memory leak when compilation failsv8.2.3001Bram Moolenaar
2021-06-15patch 8.2.3000: Vim9: warning for uninitialized variablev8.2.3000Bram Moolenaar
2021-06-14patch 8.2.2996: Vim9: when debugging cannot inspect local variablesv8.2.2996Bram Moolenaar
2021-06-13patch 8.2.2994: various code is not fully testedv8.2.2994Yegappan Lakshmanan
2021-06-13patch 8.2.2989: Vim9: memory leak when debugging a :def functionv8.2.2989Bram Moolenaar
2021-06-13patch 8.2.2986: build failure without the profile featurev8.2.2986Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2021-06-12patch 8.2.2984: Vim9: test fails because of missing return statementv8.2.2984Bram Moolenaar
2021-06-12patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar
2021-06-11patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar
2021-06-08patch 8.2.2965: Vim9: crash when calling function that failed to compilev8.2.2965Bram Moolenaar
2021-06-08patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar
2021-06-06patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar
2021-06-06patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar
2021-06-04patch 8.2.2936: Vim9: converting number to bool uses wrong stack offsetv8.2.2936Bram Moolenaar
2021-06-02patch 8.2.2926: Vim9: no good error for using :legacy in a :def functionv8.2.2926Bram 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-22patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"v8.2.2878Bram Moolenaar
2021-05-18patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle
2021-05-17patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statementv8.2.2861Bram Moolenaar