summaryrefslogtreecommitdiffstats
path: root/src/vim9execute.c
AgeCommit message (Expand)Author
2021-10-17patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar
2021-09-16patch 8.2.3442: Vim9: || and && are not handled at compile timev8.2.3442Bram Moolenaar
2021-09-13patch 8.2.3435: Vim9: dict is not passed to dict functionv8.2.3435Bram Moolenaar
2021-09-09patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar
2021-09-02patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram Moolenaar
2021-08-14patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar
2021-08-13patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-07patch 8.2.3309: Vim9: divide by zero causes a crashv8.2.3309Bram Moolenaar
2021-08-07patch 8.2.3308: Vim9: no runtime check for argument type with varargs onlyv8.2.3308Bram Moolenaar
2021-08-07patch 8.2.3307: Vim9: :echoconsole cannot access local variablesv8.2.3307Bram Moolenaar
2021-08-07patch 8.2.3303: some structures could be smallerv8.2.3303Dominique Pelle
2021-08-02patch 8.2.3275: optimizer can use hints about ga_grow() normally succeedingv8.2.3275Bram Moolenaar
2021-08-02patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar
2021-08-01patch 8.2.3267: Vim9: crash when disassembling using deleted script variablev8.2.3267Bram Moolenaar
2021-07-29patch 8.2.3249: Vim9: error for re-imported function with default argumentv8.2.3249Bram Moolenaar
2021-07-24patch 8.2.3212: Vim9: execution speed can be improvedv8.2.3212Dominique Pelle
2021-07-22patch 8.2.3202: Vim9: tests are only executed for legacy scriptv8.2.3202Bram Moolenaar
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-07-22patch 8.2.3199: Vim9: execution speed can be improvedv8.2.3199Bram Moolenaar
2021-07-20patch 8.2.3191: Vim9: not enough code is testedv8.2.3191Bram Moolenaar
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
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