1. 2d18789 patch 9.1.1195: inside try-block: fn body executed with default arg undefined by Shane Harper · 5 months ago
  2. 0b5fe42 patch 9.1.1169: using global variable for get_insert()/get_lambda_name() by Yee Cheng Chin · 5 months ago
  3. 449c2e5 patch 9.1.1074: Strange error when heredoc marker starts with "trim" by zeertzjq · 6 months ago
  4. 04d2a3f patch 9.1.1071: args missing after failing to redefine a function by zeertzjq · 6 months ago
  5. 2101230 patch 9.1.1066: heap-use-after-free and stack-use-after-scope with :14verbose by zeertzjq · 6 months ago
  6. b32800f patch 9.1.1063: too many strlen() calls in userfunc.c by John Marriott · 6 months ago
  7. d79ea47 patch 9.1.1040: Vim9: imported type cannot be used as func return type by Yegappan Lakshmanan · 7 months ago
  8. 6289f91 patch 9.1.1013: Vim9: Regression caused by patch v9.1.0646 by Yegappan Lakshmanan · 7 months ago
  9. 0072cee patch 9.1.0994: Vim9: not able to use comment after opening curly brace by Yegappan Lakshmanan · 7 months ago
  10. a04003a patch 9.1.0818: some global functions are only used in single files by Yegappan Lakshmanan · 9 months ago
  11. cb90ea9 patch 9.1.0682: Vim9: Segfault with uninitialized funcref by Ernie Rael · 12 months ago
  12. c1ed788 patch 9.1.0649: Wrong comment for "len" argument of call_simple_func() by zeertzjq · 1 year ago
  13. 1640969 patch 9.1.0646: Vim9: imported function may not be found by Ernie Rael · 1 year ago
  14. 48b7d05 patch 9.1.0547: No way to get the arity of a Vim function by LemonBoy · 1 year, 1 month ago
  15. 5715a72 patch 9.1.0391: Vim9: could improve testing by Yegappan Lakshmanan · 1 year, 3 months ago
  16. 1817ccd patch 9.1.0301: Vim9: heredoc start may be recognized in string by zeertzjq · 1 year, 4 months ago
  17. 9a91d2b patch 9.1.0287: Vim9: comment may be treated as heredoc start by zeertzjq · 1 year, 4 months ago
  18. 915f3bf patch 9.1.0270: a few minor issues to fix by Christian Brabandt · 1 year, 4 months ago
  19. 3fa8f77 patch 9.1.0263: Vim9: Problem with lambda blocks in enums and classes by Yegappan Lakshmanan · 1 year, 4 months ago
  20. 3e33650 patch 9.1.0261: Vim9: protected class and funcrefs accessible outside the class by Yegappan Lakshmanan · 1 year, 4 months ago
  21. 6a04bf5 patch 9.1.0182: Can define function with invalid name inside 'formatexpr' by zeertzjq · 1 year, 5 months ago
  22. d3eae7b patch 9.1.0148: Vim9: can't call internal methods with objects by Yegappan Lakshmanan · 1 year, 5 months ago
  23. 4f32c83 patch 9.1.0020: Vim9: cannot compile all methods in a class by Yegappan Lakshmanan · 1 year, 7 months ago
  24. 184f71c patch 9.1.0006: is*() and to*() function may be unsafe by Keith Thompson · 1 year, 7 months ago
  25. fe583b1 patch 9.0.2183: Maximum callback depth is not configurable by zeertzjq · 1 year, 8 months ago
  26. 6fdb628 patch 9.0.2180: POSIX function name in exarg causes issues by Zoltan Arpadffy · 1 year, 8 months ago
  27. b077b58 patch 9.0.2164: Vim9: can use type a func arg/return value by Ernie Rael · 1 year, 8 months ago
  28. 0f28791 patch 9.0.2158: [security]: use-after-free in check_argument_type by Christian Brabandt · 1 year, 8 months ago
  29. e4a450a patch 9.0.2157: Vim9: incorrectly parses :def func definitions by Christian Brabandt · 1 year, 8 months ago
  30. 2076463 patch 9.0.2103: recursive callback may cause issues on some archs by Christian Brabandt · 1 year, 9 months ago
  31. c59c1e0 patch 9.0.2050: Vim9: crash with deferred function call and exception by Yegappan Lakshmanan · 1 year, 10 months ago
  32. 0672595 patch 9.0.2044: Vim9: exceptions confuse defered functions by Yegappan Lakshmanan · 1 year, 10 months ago
  33. 47510f3 patch 9.0.2030: no max callback recursion limit by Christian Brabandt · 1 year, 10 months ago
  34. 1ace49f patch 9.0.2029: Vim9: no support for partials using call() by Yegappan Lakshmanan · 1 year, 10 months ago
  35. db38552 patch 9.0.1948: Vim9: object variable "this." should only be used in constructor by h-east · 1 year, 10 months ago
  36. 3aa1144 patch 9.0.1941: Memory leak detected by Yegappan Lakshmanan · 1 year, 11 months ago
  37. b895b0f patch 9.0.1928: Vim9: constructor type checking bug by h-east · 1 year, 11 months ago
  38. 7bcd25c patch 9.0.1885: Vim9: no support for abstract methods by Yegappan Lakshmanan · 1 year, 11 months ago
  39. 00cb247 patch 9.0.1876: Vim9: parsing commands with newlines wrong by Christian Brabandt · 1 year, 11 months ago
  40. cd7293b patch 9.0.1804: Vim9: no support for private object methods by Yegappan Lakshmanan · 2 years ago
  41. ce723f3 patch 9.0.1625: "super" is not considered a reserved name by Bram Moolenaar · 2 years, 2 months ago
  42. 5ca05fa patch 9.0.1624: crash when calling object constructor by Bram Moolenaar · 2 years, 2 months ago
  43. 114ec81 patch 9.0.1605: crash when calling method on super in child constructor by Ernie Rael · 2 years, 2 months ago
  44. 097c537 patch 9.0.1576: users may not know what to do with an internal error by Bram Moolenaar · 2 years, 3 months ago
  45. 79cdf02 patch 9.0.1571: RedrawingDisabled not used consistently by Bram Moolenaar · 2 years, 3 months ago
  46. 2ba5123 patch 9.0.1559: function argument types not always checked by Bram Moolenaar · 2 years, 3 months ago
  47. a93d9cd patch 9.0.1505: error when heredoc content looks like heredoc by zeertzjq · 2 years, 3 months ago
  48. 1be4b81 patch 9.0.1470: deferred functions invoked in unexpected order by zeertzjq · 2 years, 4 months ago
  49. 960cf91 patch 9.0.1469: deferred functions not called from autocommands by zeertzjq · 2 years, 4 months ago
  50. 42994bf patch 9.0.1462: recursively calling :defer function if it does :qa by Bram Moolenaar · 2 years, 4 months ago
  51. 7e5fe38 patch 9.0.1454: code indenting is confused by macros by ichizok · 2 years, 4 months ago
  52. 5299c09 patch 9.0.1446: unnecessary checks for the "skip" flag when skipping by zeertzjq · 2 years, 4 months ago
  53. 960dcbd patch 9.0.1391: "clear" macros are not always used by Yegappan Lakshmanan · 2 years, 5 months ago
  54. 14113fd patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file by Yegappan Lakshmanan · 2 years, 5 months ago
  55. 99a7c0d patch 9.0.1338: :defcompile and :disassemble can't find class method by Bram Moolenaar · 2 years, 6 months ago
  56. a23a11b patch 9.0.1336: functions without arguments are not always declared properly by Yegappan Lakshmanan · 2 years, 6 months ago
  57. d114975 patch 9.0.1321: vimscript test fails where using {expr} syntax by Bram Moolenaar · 2 years, 6 months ago
  58. 0917e86 patch 9.0.1320: checking the type of a null object causes a crash by Bram Moolenaar · 2 years, 6 months ago
  59. 142ed77 patch 9.0.1246: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 6 months ago
  60. b582010 patch 9.0.1241: Coverity warns for not checking function return value by Bram Moolenaar · 2 years, 7 months ago
  61. c8ab30a patch 9.0.1161: Coverity warns for using strcpy() by Bram Moolenaar · 2 years, 7 months ago
  62. e01e521 patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size by Bram Moolenaar · 2 years, 7 months ago
  63. 8367716 patch 9.0.1159: extends argument for class not implemented yet by Bram Moolenaar · 2 years, 7 months ago
  64. 554d031 patch 9.0.1150: :interface is not implemented yet by Bram Moolenaar · 2 years, 7 months ago
  65. f057171 patch 9.0.1142: crash and/or memory leak when redefining function by Bram Moolenaar · 2 years, 7 months ago
  66. a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 2 years, 7 months ago
  67. 65b0d16 patch 9.0.1053: default constructor arguments are not optional by Bram Moolenaar · 2 years, 8 months ago
  68. 7ce7daf patch 9.0.1045: in a class object members cannot be initialized by Bram Moolenaar · 2 years, 8 months ago
  69. ffdaca9 patch 9.0.1041: cannot define a method in a class by Bram Moolenaar · 2 years, 8 months ago
  70. 00b28d6 patch 9.0.1031: Vim9 class is not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  71. ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 2 years, 9 months ago
  72. 398a26f patch 9.0.0875: using freed memory when executing delfunc at more prompt by Bram Moolenaar · 2 years, 9 months ago
  73. c57b5bc patch 9.0.0828: various typos by dundargoc · 2 years, 9 months ago
  74. 87b4e5c patch 9.0.0632: calling a function from an "expr" option has overhead by Bram Moolenaar · 2 years, 10 months ago
  75. cfb4d4f patch 9.0.0630: in Vim9 script a numbered function cannot be called by Bram Moolenaar · 2 years, 10 months ago
  76. e9dcf13 patch 9.0.0568: autocmd code is indented more than needed by Yegappan Lakshmanan · 2 years, 11 months ago
  77. f5f4e85 patch 9.0.0553: no error for "|" after "{" in lamda by Bram Moolenaar · 2 years, 11 months ago
  78. cc34181 patch 9.0.0502: a closure in a nested loop in a :def function does not work by Bram Moolenaar · 2 years, 11 months ago
  79. 8fa745e patch 9.0.0481: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  80. 48db5da patch 9.0.0476: varargs does not work for replacement function of substitute() by zeertzjq · 2 years, 11 months ago
  81. 1690032 patch 9.0.0419: the :defer command does not check the function arguments by Bram Moolenaar · 2 years, 11 months ago
  82. 6f14da1 patch 9.0.0411: only created files can be cleaned up with one call by Bram Moolenaar · 3 years ago
  83. 9667b2c patch 9.0.0406: deferred functions not invoked when partial func exits by Bram Moolenaar · 3 years ago
  84. c9c967d patch 9.0.0405: arguments in a partial not used by a :def function by Bram Moolenaar · 3 years ago
  85. 98aff65 patch 9.0.0399: using :defer in expression funcref not tested by Bram Moolenaar · 3 years ago
  86. ca16c60 patch 9.0.0398: members of funccall_T are inconsistently named by Bram Moolenaar · 3 years ago
  87. 5877985 patch 9.0.0397: :defer not tested with exceptions and ":qa!" by Bram Moolenaar · 3 years ago
  88. 86d8725 patch 9.0.0390: cannot use a partial with :defer by Bram Moolenaar · 3 years ago
  89. 806a273 patch 9.0.0379: cleaning up after writefile() is a hassle by Bram Moolenaar · 3 years ago
  90. eb5adf1 patch 9.0.0377: argument assignment does not work by Bram Moolenaar · 3 years ago
  91. 6b085b9 patch 9.0.0376: clang warns for dead assignments by Yegappan Lakshmanan · 3 years ago
  92. 1d84f76 patch 9.0.0370: cleaning up afterwards can make a function messy by Bram Moolenaar · 3 years ago
  93. 2f892d8 patch 9.0.0303: it is not easy to get information about a script by Yegappan Lakshmanan · 3 years ago
  94. 91c7cbf patch 9.0.0225: using freed memory with multiple line breaks in expression by Bram Moolenaar · 3 years ago
  95. 948a389 patch 9.0.0219: cannot make a funcref with "s:func" in a def function by Kota Kato · 3 years ago
  96. 72981ac patch 9.0.0107: condition always has the same value by Bram Moolenaar · 3 years ago
  97. ee47eac patch 9.0.0003: functions are global while they could be local by Yegappan Lakshmanan · 3 years, 1 month ago
  98. 7d149f8 patch 8.2.5117: crash when calling a Lua callback from a :def function by Bram Moolenaar · 3 years, 2 months ago
  99. 5a01caa patch 8.2.4992: compiler warning for possibly uninitialized variable by Bram Moolenaar · 3 years, 3 months ago
  100. 1a56ea8 patch 8.2.4990: memory leak when :defcompile fails by Bram Moolenaar · 3 years, 3 months ago