summaryrefslogtreecommitdiffstats
path: root/src/vim9execute.c
AgeCommit message (Expand)Author
2021-07-15patch 8.2.3166: Vim9: nested autoload call error overruled by "Unknown error"v8.2.3166Bram Moolenaar
2021-07-11patch 8.2.3147: Vim9: profiling does not work with a nested functionv8.2.3147Bram Moolenaar
2021-07-07patch 8.2.3116: Vim9: crash when debugging a function with line continuationv8.2.3116Bram Moolenaar
2021-06-30patch 8.2.3078: Vim9: profile test failsv8.2.3078Bram Moolenaar
2021-06-30patch 8.2.3077: Vim9: an error in a catch block is not reportedv8.2.3077Bram Moolenaar
2021-06-30patch 8.2.3076: Vim9: using try in catch block causes a hangv8.2.3076Bram 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-20patch 8.2.3027: Vim9: breakpoint in compiled function not always checkedv8.2.3027Bram Moolenaar
2021-06-20patch 8.2.3026: Vim9: cannot set breakpoint in compiled functionv8.2.3026Bram Moolenaar
2021-06-17patch 8.2.3017: Vim9: debugger shows too many linesv8.2.3017Bram Moolenaar
2021-06-17patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar
2021-06-17patch 8.2.3014: Coverity warns for freeing static stringv8.2.3014Dominique Pelle
2021-06-16patch 8.2.3013: Vim: when debugging only first line of command is displayedv8.2.3013Bram 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.3003: Vim9: closure compiled with wrong compile typev8.2.3003Bram Moolenaar
2021-06-14patch 8.2.2996: Vim9: when debugging cannot inspect local variablesv8.2.2996Bram Moolenaar
2021-06-13patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar
2021-06-13patch 8.2.2987: build failure with normal featuresv8.2.2987Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2021-06-09patch 8.2.2967: Vim9: crash when using two levels of partialsv8.2.2967Bram Moolenaar
2021-06-06patch 8.2.2953: Vim9: leaking memory when using heredoc scriptv8.2.2953Bram Moolenaar
2021-06-06patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar
2021-06-05patch 8.2.2946: Vim9: substitute expression cannot be a Listv8.2.2946Bram Moolenaar
2021-06-05patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar
2021-06-05patch 8.2.2943: Vim9: check for argument count ignores default valuesv8.2.2943Bram Moolenaar
2021-06-05patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar
2021-06-05patch 8.2.2941: Vim9: using does not handle a list of stringsv8.2.2941Bram Moolenaar
2021-06-04patch 8.2.2936: Vim9: converting number to bool uses wrong stack offsetv8.2.2936Bram Moolenaar
2021-05-18patch 8.2.2868: Vim9: when executing compiled expression trylevel is changedv8.2.2868Bram Moolenaar
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.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-05-05patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar
2021-05-05patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar
2021-04-26patch 8.2.2814: Vim9: unused variablev8.2.2814Bram Moolenaar
2021-04-26patch 8.2.2812: Vim9: still crash when using substitute expressionv8.2.2812Bram Moolenaar
2021-04-25patch 8.2.2810: Vim9: crash when calling a function in a substitute expressionv8.2.2810Bram Moolenaar
2021-04-20patch 8.2.2792: Vim9: :disas shows instructions for default args but no textv8.2.2792Bram Moolenaar
2021-04-19patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar
2021-04-19patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-18patch 8.2.2780: Vim9: for loop over blob doesn't workv8.2.2780Bram Moolenaar
2021-04-17patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar
2021-04-17patch 8.2.2775: Vim9: wrong line number used for some commandsv8.2.2775Bram 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-12patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar