summaryrefslogtreecommitdiffstats
path: root/src/userfunc.c
AgeCommit message (Expand)Author
2024-05-03patch 9.1.0391: Vim9: could improve testingv9.1.0391Yegappan Lakshmanan
2024-04-10patch 9.1.0301: Vim9: heredoc start may be recognized in stringv9.1.0301zeertzjq
2024-04-09patch 9.1.0287: Vim9: comment may be treated as heredoc startv9.1.0287zeertzjq
2024-04-05patch 9.1.0270: a few minor issues to fixv9.1.0270Christian Brabandt
2024-04-04patch 9.1.0263: Vim9: Problem with lambda blocks in enums and classesv9.1.0263Yegappan Lakshmanan
2024-04-04patch 9.1.0261: Vim9: protected class and funcrefs accessible outside the classv9.1.0261Yegappan Lakshmanan
2024-03-16patch 9.1.0182: Can define function with invalid name inside 'formatexpr'v9.1.0182zeertzjq
2024-03-03patch 9.1.0148: Vim9: can't call internal methods with objectsv9.1.0148Yegappan Lakshmanan
2024-01-12patch 9.1.0020: Vim9: cannot compile all methods in a classv9.1.0020Yegappan Lakshmanan
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-12-21patch 9.0.2183: Maximum callback depth is not configurablev9.0.2183zeertzjq
2023-12-19patch 9.0.2180: POSIX function name in exarg causes issuesv9.0.2180Zoltan Arpadffy
2023-12-14patch 9.0.2164: Vim9: can use type a func arg/return valuev9.0.2164Ernie Rael
2023-12-11patch 9.0.2158: [security]: use-after-free in check_argument_typev9.0.2158Christian Brabandt
2023-12-11patch 9.0.2157: Vim9: incorrectly parses :def func definitionsv9.0.2157Christian Brabandt
2023-11-12patch 9.0.2103: recursive callback may cause issues on some archsv9.0.2103Christian Brabandt
2023-10-19patch 9.0.2050: Vim9: crash with deferred function call and exceptionv9.0.2050Yegappan Lakshmanan
2023-10-18patch 9.0.2044: Vim9: exceptions confuse defered functionsv9.0.2044Yegappan Lakshmanan
2023-10-15patch 9.0.2030: no max callback recursion limitv9.0.2030Christian Brabandt
2023-10-15patch 9.0.2029: Vim9: no support for partials using call()v9.0.2029Yegappan Lakshmanan
2023-09-28patch 9.0.1948: Vim9: object variable "this." should only be used in constructorv9.0.1948h-east
2023-09-25patch 9.0.1941: Memory leak detectedv9.0.1941Yegappan Lakshmanan
2023-09-24patch 9.0.1928: Vim9: constructor type checking bugv9.0.1928h-east
2023-09-08patch 9.0.1885: Vim9: no support for abstract methodsv9.0.1885Yegappan Lakshmanan
2023-09-05patch 9.0.1876: Vim9: parsing commands with newlines wrongv9.0.1876Christian Brabandt
2023-08-27patch 9.0.1804: Vim9: no support for private object methodsv9.0.1804Yegappan Lakshmanan
2023-06-10patch 9.0.1625: "super" is not considered a reserved namev9.0.1625Bram Moolenaar
2023-06-10patch 9.0.1624: crash when calling object constructorv9.0.1624Bram Moolenaar
2023-06-04patch 9.0.1605: crash when calling method on super in child constructorv9.0.1605Ernie Rael
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-05-20patch 9.0.1571: RedrawingDisabled not used consistentlyv9.0.1571Bram Moolenaar
2023-05-15patch 9.0.1559: function argument types not always checkedv9.0.1559Bram Moolenaar
2023-05-02patch 9.0.1505: error when heredoc content looks like heredocv9.0.1505zeertzjq
2023-04-19patch 9.0.1470: deferred functions invoked in unexpected orderv9.0.1470zeertzjq
2023-04-18patch 9.0.1469: deferred functions not called from autocommandsv9.0.1469zeertzjq
2023-04-17patch 9.0.1462: recursively calling :defer function if it does :qav9.0.1462Bram Moolenaar
2023-04-15patch 9.0.1454: code indenting is confused by macrosv9.0.1454ichizok
2023-04-12patch 9.0.1446: unnecessary checks for the "skip" flag when skippingv9.0.1446zeertzjq
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-02-21patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-02-18patch 9.0.1321: vimscript test fails where using {expr} syntaxv9.0.1321Bram Moolenaar
2023-02-18patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar
2023-01-26patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan
2023-01-25patch 9.0.1241: Coverity warns for not checking function return valuev9.0.1241Bram Moolenaar
2023-01-09patch 9.0.1161: Coverity warns for using strcpy()v9.0.1161Bram Moolenaar
2023-01-08patch 9.0.1160: ASAN error for ufunc_T allocated with wrong sizev9.0.1160Bram Moolenaar
2023-01-08patch 9.0.1159: extends argument for class not implemented yetv9.0.1159Bram Moolenaar
2023-01-05patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar