summaryrefslogtreecommitdiffstats
path: root/src/vim9cmds.c
AgeCommit message (Expand)Author
2023-12-18patch 9.0.2175: Compiler warning for uninitialized varv9.0.2175Yegappan Lakshmanan
2023-12-16patch 9.0.2173: Vim9: crash when compiling for statement and non-existing typev9.0.2173Yegappan Lakshmanan
2023-12-16patch 9.0.2172: Vim9: compiling :defer may failv9.0.2172Yegappan Lakshmanan
2023-12-14patch 9.0.2164: Vim9: can use type a func arg/return valuev9.0.2164Ernie Rael
2023-10-17patch 9.0.2038: Vim9: object method funcref not cleaned up after usev9.0.2038Yegappan Lakshmanan
2023-10-08patch 9.0.2002: Vim9: need cleanup of class related interface codev9.0.2002Yegappan Lakshmanan
2023-10-04patch 9.0.1982: vim9: clean up from v9.0.1955v9.0.1982Ernie Rael
2023-09-29patch 9.0.1955: Vim9: lockvar issues with objects/classesv9.0.1955Ernie Rael
2023-09-19patch 9.0.1914: Vim9: few issues when accessing object membersv9.0.1914Yegappan Lakshmanan
2023-08-20patch 9.0.1760: vim9 class problem with new() constructorv9.0.1760Yegappan Lakshmanan
2023-08-19patch 9.0.1741: No type checking in interfacesv9.0.1741LemonBoy
2023-05-14patch 9.0.1557: test failures for unreachable codev9.0.1557Bram Moolenaar
2023-02-27patch 9.0.1363: crash when :def function has :break in skipped blockv9.0.1363Bram Moolenaar
2023-01-30patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar
2023-01-27patch 9.0.1250: cannot use an object method with :deferv9.0.1250Bram Moolenaar
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-12-25patch 9.0.1094: compiler warning when HAS_MESSAGE_WINDOW is not definedv9.0.1094Bram Moolenaar
2022-12-18patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar
2022-12-02patch 9.0.0992: Vim9 script: get E1096 when comment follows returnv9.0.0992mityu
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-13patch 9.0.0742: reading past end of the line when compiling a functionv9.0.0742Bram Moolenaar
2022-10-11patch 9.0.0726: looping over list of lists works in script, not in functionv9.0.0726Bram Moolenaar
2022-10-11patch 9.0.0724: closure in compiled function gets same variable in blockv9.0.0724Bram Moolenaar
2022-10-07patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar
2022-09-30patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar
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.0484: in :def function all closures in loop get the same variablesv9.0.0484Bram Moolenaar
2022-09-16patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar
2022-09-15patch 9.0.0470: in :def function all closures in loop get the same variablesv9.0.0470Bram Moolenaar
2022-09-08patch 9.0.0420: function went missingv9.0.0420Bram Moolenaar
2022-09-08patch 9.0.0419: the :defer command does not check the function argumentsv9.0.0419Bram Moolenaar
2022-09-04Revert part of patch merged twiceBram Moolenaar
2022-09-04patch 9.0.0380: deleting files in tests is a hasslev9.0.0380Bram Moolenaar
2022-09-04patch 9.0.0379: cleaning up after writefile() is a hasslev9.0.0379Bram Moolenaar
2022-09-03patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar
2022-09-01patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar
2022-08-14patch 9.0.0212: invalid memory access when compiling :unletv9.0.0212Bram Moolenaar
2022-08-14patch 9.0.0211: invalid memory access when compiling :lockvarv9.0.0211Bram Moolenaar
2022-04-25patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy
2022-04-02patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar
2022-03-23patch 8.2.4615: mapping with escaped bar does not work in :def functionv8.2.4615Bram Moolenaar
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-03-15patch 8.2.4572: Vim9: return type "any" is changed to first returned typev8.2.4572Bram Moolenaar
2022-03-12patch 8.2.4552: in a :def function "put = expr" does not workv8.2.4552Bram Moolenaar
2022-03-10patch 8.2.4542: Vim9: "break" inside try/catch not handled correctlyv8.2.4542Bram Moolenaar
2022-02-25patch 8.2.4471: Coverity warns for uninitialized variablev8.2.4471Bram Moolenaar
2022-02-07patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318Bram Moolenaar
2022-02-02patch 8.2.4285: Vim9: type of item in for loop not checked properlyv8.2.4285Bram Moolenaar
2022-01-26patch 8.2.4227: Vim9: using "lockvar!" in :def function does not workv8.2.4227Bram Moolenaar