summaryrefslogtreecommitdiffstats
path: root/src/proto/vim9instr.pro
AgeCommit message (Expand)Author
2024-01-01patch 9.0.2190: proto files need updatev9.0.2190Christian Brabandt
2023-10-17patch 9.0.2038: Vim9: object method funcref not cleaned up after usev9.0.2038Yegappan Lakshmanan
2023-10-14patch 9.0.2019: Vim9: no support for funcrefsv9.0.2019Yegappan Lakshmanan
2023-09-29patch 9.0.1955: Vim9: lockvar issues with objects/classesv9.0.1955Ernie Rael
2023-09-29patch 9.0.1952: Vim9: unused static fieldv9.0.1952Yegappan Lakshmanan
2023-09-27patch 9.0.1944: Vim9: function instruction pointer invalidatedv9.0.1944Yegappan Lakshmanan
2023-09-24patch 9.0.1928: Vim9: constructor type checking bugv9.0.1928h-east
2023-09-04patch 9.0.1867: Vim9: access to interface statics possiblev9.0.1867Ernie Rael
2023-08-27patch 9.0.1796: Vim9 problems with null_objectsv9.0.1796Ernie Rael
2023-08-17patch 9.0.1724: vim9class constructor argument type checking bugv9.0.1724h-east
2023-02-08patch 9.0.1292: :defer may call the wrong method for an objectv9.0.1292Bram Moolenaar
2023-01-28patch 9.0.1254: calling a method on an interface does not workv9.0.1254Bram Moolenaar
2023-01-27patch 9.0.1250: cannot use an object method with :deferv9.0.1250Bram Moolenaar
2023-01-16patch 9.0.1209: getting interface member does not always workv9.0.1209Bram Moolenaar
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-12-18patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar
2022-12-13patch 9.0.1053: default constructor arguments are not optionalv9.0.1053Bram Moolenaar
2022-12-10patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar
2022-12-09patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-10-07patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram 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-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.0419: the :defer command does not check the function argumentsv9.0.0419Bram Moolenaar
2022-09-03patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar
2022-05-25patch 8.2.5018: Vim9: some code is not covered by testsv8.2.5018Bram Moolenaar
2022-05-17patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar
2022-04-25patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy
2022-03-30patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-23patch 8.2.4612: Vim9: cannot use a recursive call in a nested functionv8.2.4612Bram Moolenaar
2022-03-20patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar
2022-01-25patch 8.2.4216: Vim9: cannot use a function from an autoload import directlyv8.2.4216Bram Moolenaar
2022-01-15patch 8.2.4103: Vim9: variable declared in for loop not initialzedv8.2.4103Bram Moolenaar
2022-01-08patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan
2022-01-04patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar
2021-12-25patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar
2021-12-20patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar