summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
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
2021-05-16patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar
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.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-05-06patch 8.2.2840: Vim9: member operation not fully testedv8.2.2840Bram Moolenaar
2021-05-05patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar
2021-05-05patch 8.2.2835: Vim9: leaking memory in :cexprv8.2.2835Bram Moolenaar
2021-05-05patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar
2021-04-25patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar
2021-04-24patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar
2021-04-24patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar
2021-04-21patch 8.2.2798: Vim9: redir to variable with append does not accept an indexv8.2.2798Bram Moolenaar
2021-04-21patch 8.2.2796: Vim9: redir to variable does not accept an indexv8.2.2796Bram Moolenaar
2021-04-21patch 8.2.2795: Coverity warns for not using return valuev8.2.2795Bram Moolenaar
2021-04-20patch 8.2.2791: Vim9: memory leak when using \=expr in :substitutev8.2.2791Bram Moolenaar
2021-04-20patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumpsv8.2.2789Bram Moolenaar
2021-04-19patch 8.2.2786: Vim9: memory leak when using :s with expressionv8.2.2786Bram Moolenaar