summaryrefslogtreecommitdiffstats
path: root/src/proto/vim9execute.pro
AgeCommit message (Expand)Author
2024-01-01patch 9.0.2190: proto files need updatev9.0.2190Christian Brabandt
2023-10-11patch 9.0.2015: Vim9: does not handle islocked() from a method correctlyv9.0.2015Ernie Rael
2022-12-09patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-09-19patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar
2022-09-17patch 9.0.0487: using freed memory with combination of closuresv9.0.0487Bram Moolenaar
2022-09-17patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar
2022-09-16patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar
2022-09-07patch 9.0.0405: arguments in a partial not used by a :def functionv9.0.0405Bram Moolenaar
2022-09-06patch 9.0.0399: using :defer in expression funcref not testedv9.0.0399Bram Moolenaar
2022-09-06patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar
2022-09-04patch 9.0.0379: cleaning up after writefile() is a hasslev9.0.0379Bram Moolenaar
2022-04-14patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar
2022-03-15patch 8.2.4573: a nested function is compiled for debugging without contextv8.2.4573Bram Moolenaar
2021-12-14patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar
2021-09-02patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram 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-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-04-19patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar
2021-01-13patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar
2021-01-09patch 8.2.2318: Vim9: string and list index work differentlyv8.2.2318Bram Moolenaar
2020-12-22patch 8.2.2188: Vim9: crash when calling global function from :def functionv8.2.2188Bram Moolenaar
2020-11-12patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar
2020-10-10patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar
2020-05-16patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled codev8.2.0771Bram Moolenaar
2020-05-02patch 8.2.0683: Vim9: parsing type does not always workv8.2.0683Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar