summaryrefslogtreecommitdiff
path: root/src/vim9compile.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3078: Vim9: profile test failsv8.2.3078Bram Moolenaar2021-06-301-1/+8
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-2/+2
* patch 8.2.3066: Vim9: debugging lambda does not workv8.2.3066Bram Moolenaar2021-06-271-1/+1
* patch 8.2.3065: Vim9: error when sourcing script twice and reusing functionv8.2.3065Bram Moolenaar2021-06-271-2/+3
* patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon failsv8.2.3054Bram Moolenaar2021-06-261-2/+5
* patch 8.2.3053: Vim9: cannot assign to @@ in :def functionv8.2.3053Bram Moolenaar2021-06-261-1/+2
* patch 8.2.3052: Vim9: "legacy call" does not workv8.2.3052Bram Moolenaar2021-06-261-19/+23
* patch 8.2.3051: Vim9: for loop with one list variable does not workv8.2.3051Bram Moolenaar2021-06-261-4/+7
* patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar2021-06-251-0/+6
* patch 8.2.3039: Vim9: breakpoint at a comment line does not workv8.2.3039Bram Moolenaar2021-06-231-1/+6
* patch 8.2.3029: Vim9: crash when using operator and list unpack assignmentv8.2.3029Bram Moolenaar2021-06-211-12/+14
* patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar2021-06-171-3/+14
* patch 8.2.3011: Vim9: cannot get argument values during debuggingv8.2.3011Bram Moolenaar2021-06-161-2/+16
* patch 8.2.3005: Vim9: using a void value does not give a proper error messagev8.2.3005Bram Moolenaar2021-06-151-3/+3
* patch 8.2.3001: Vim9: memory leak when compilation failsv8.2.3001Bram Moolenaar2021-06-151-0/+2
* patch 8.2.3000: Vim9: warning for uninitialized variablev8.2.3000Bram Moolenaar2021-06-151-1/+1
* patch 8.2.2996: Vim9: when debugging cannot inspect local variablesv8.2.2996Bram Moolenaar2021-06-141-7/+47
* patch 8.2.2994: various code is not fully testedv8.2.2994Yegappan Lakshmanan2021-06-131-1/+1
* patch 8.2.2989: Vim9: memory leak when debugging a :def functionv8.2.2989Bram Moolenaar2021-06-131-0/+7
* patch 8.2.2986: build failure without the profile featurev8.2.2986Bram Moolenaar2021-06-131-2/+4
* patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar2021-06-131-42/+83
* patch 8.2.2984: Vim9: test fails because of missing return statementv8.2.2984Bram Moolenaar2021-06-121-1/+3
* patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar2021-06-121-3/+12
* patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar2021-06-111-1/+7
* patch 8.2.2965: Vim9: crash when calling function that failed to compilev8.2.2965Bram Moolenaar2021-06-081-0/+6
* patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar2021-06-081-1/+2
* patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar2021-06-061-3/+20
* patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar2021-06-061-11/+45
* patch 8.2.2936: Vim9: converting number to bool uses wrong stack offsetv8.2.2936Bram Moolenaar2021-06-041-15/+28
* patch 8.2.2926: Vim9: no good error for using :legacy in a :def functionv8.2.2926Bram Moolenaar2021-06-021-0/+21
* patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram Moolenaar2021-05-281-17/+2
* patch 8.2.2895: Vim9: random characters appear in some error messagesv8.2.2895mityu2021-05-281-1/+1
* patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"v8.2.2878Bram Moolenaar2021-05-221-0/+6
* patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle2021-05-181-5/+5
* patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statementv8.2.2861Bram Moolenaar2021-05-171-7/+52
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-161-2/+3
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-0/+16
* patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar2021-05-071-2/+6
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-17/+90
* patch 8.2.2840: Vim9: member operation not fully testedv8.2.2840Bram Moolenaar2021-05-061-21/+21
* patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar2021-05-051-0/+7
* patch 8.2.2835: Vim9: leaking memory in :cexprv8.2.2835Bram Moolenaar2021-05-051-0/+1
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-051-0/+43
* patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar2021-04-251-0/+5
* patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar2021-04-241-13/+37
* patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar2021-04-241-0/+4
* patch 8.2.2798: Vim9: redir to variable with append does not accept an indexv8.2.2798Bram Moolenaar2021-04-211-25/+37
* patch 8.2.2796: Vim9: redir to variable does not accept an indexv8.2.2796Bram Moolenaar2021-04-211-13/+37
* patch 8.2.2795: Coverity warns for not using return valuev8.2.2795Bram Moolenaar2021-04-211-3/+5
* patch 8.2.2791: Vim9: memory leak when using \=expr in :substitutev8.2.2791Bram Moolenaar2021-04-201-5/+3