1. 8331310 patch 9.1.1531: confusing error with nested legacy function by Hirohito Higashi · 4 weeks ago
  2. 2ffd35f patch 9.1.1527: Vim9: Crash with string compound assignment by Hirohito Higashi · 4 weeks ago
  3. f5bfc48 patch 9.1.1356: Vim9: crash when unletting variable by Hirohito Higashi · 3 months ago
  4. de8f8f7 patch 9.1.1267: Vim9: no support for type list/dict<object<any>> by Yegappan Lakshmanan · 4 months ago
  5. 9cb865e patch 9.1.1232: Vim script is missing the tuple data type by Yegappan Lakshmanan · 5 months ago
  6. e08f10a patch 9.1.1224: cannot :put while keeping indent by 64-bitman · 5 months ago
  7. 762a79e patch 9.1.1215: Patch 9.1.1213 has some issues by Christian Brabandt · 5 months ago
  8. 250739d patch 9.1.1213: cannot :put while keeping indent by 64-bitman · 5 months ago
  9. 0b5fe42 patch 9.1.1169: using global variable for get_insert()/get_lambda_name() by Yee Cheng Chin · 5 months ago
  10. 6c01283 patch 9.1.1148: Vim9: finding imported scripts can be further improved by Hirohito Higashi · 5 months ago
  11. 16f2d3a patch 9.1.1146: Vim9: wrong context being used when evaluating class member by Yegappan Lakshmanan · 5 months ago
  12. b5f463c patch 9.1.1116: Vim9: super not supported in lambda expressions by Yegappan Lakshmanan · 6 months ago
  13. bf7c88d patch 9.1.1111: Vim9: variable not found in transitive import by Hirohito Higashi · 6 months ago
  14. 54d7f18 patch 9.1.1099: Vim9: import with extends may crash by Yegappan Lakshmanan · 6 months ago
  15. b32800f patch 9.1.1063: too many strlen() calls in userfunc.c by John Marriott · 6 months ago
  16. d9a1f26 patch 9.1.1044: Vim9: Patch 9.1.1014 causes regressions by Christian Brabandt · 7 months ago
  17. 7c92e88 patch 9.1.1033: Vim9: compiling abstract method fails without return by Ernie Rael · 7 months ago
  18. 57f0119 patch 9.1.1014: Vim9: variable not found in transitive import by Hirohito Higashi · 7 months ago
  19. ab9a894 patch 9.1.0976: Vim9: missing return statement with throw by Yegappan Lakshmanan · 7 months ago
  20. 084529c patch 9.1.0957: MS-Windows: conversion warnings by Yegappan Lakshmanan · 8 months ago
  21. f07c10d patch 9.1.0955: Vim9: vim9compile.c can be further improved by Yegappan Lakshmanan · 8 months ago
  22. 59c8880 patch 9.1.0947: short-description by Yegappan Lakshmanan · 8 months ago
  23. d0186c5 patch 9.1.0943: Vim9: vim9compile.c can be further improved by Yegappan Lakshmanan · 8 months ago
  24. 468db1f patch 9.1.0933: Vim9: vim9compile.c can be further improved by Yegappan Lakshmanan · 8 months ago
  25. e203841 patch 9.1.0925: Vim9: expression compiled when not necessary by Yegappan Lakshmanan · 8 months ago
  26. 95a03fc patch 9.1.0920: Vim9: compile_assignment() too long by Yegappan Lakshmanan · 8 months ago
  27. 85ee742 patch 9.1.0914: Vim9: compile_assignment() is too long by Yegappan Lakshmanan · 8 months ago
  28. ded1677 patch 9.1.0675: Patch v9.1.0674 causes problems by Christian Brabandt · 12 months ago
  29. 7477861 patch 9.1.0674: Vim9: compiling abstract method fails because of missing return by Ernie Rael · 12 months ago
  30. 50d4854 patch 9.1.0523: Vim9: cannot downcast an object by LemonBoy · 1 year, 1 month ago
  31. f4af331 patch 9.1.0520: Vim9: incorrect type checking for modifying lists by LemonBoy · 1 year, 1 month ago
  32. f6c1fb2 patch 9.1.0371: Vim9: compile_def_function() still too long by Yegappan Lakshmanan · 1 year, 3 months ago
  33. 3f821d6 patch 9.1.0369: Vim9: problem when importing autoloaded scripts by Ernie Rael · 1 year, 4 months ago
  34. a16f251 patch 9.1.0367: compile_def_function is too long by Yegappan Lakshmanan · 1 year, 4 months ago
  35. bce51d9 patch 9.1.0335: String interpolation fails for List type by Yegappan Lakshmanan · 1 year, 4 months ago
  36. c51578f patch 9.1.0314: Vim9: Can define a class in a function by Yegappan Lakshmanan · 1 year, 4 months ago
  37. 2ed5a11 patch 9.1.0252: Vim9: segfault with static in super class by Yegappan Lakshmanan · 1 year, 4 months ago
  38. 3164cf8 patch 9.1.0219: Vim9: No enum support by Yegappan Lakshmanan · 1 year, 4 months ago
  39. d990bf0 patch 9.1.0198: Vim9: compound operators broken for lambdas in an object by Yegappan Lakshmanan · 1 year, 5 months ago
  40. 184f71c patch 9.1.0006: is*() and to*() function may be unsafe by Keith Thompson · 1 year, 7 months ago
  41. e75fde6 patch 9.0.2184: Vim9: inconsistent :type/:class messages by Ernie Rael · 1 year, 8 months ago
  42. ff6f0d5 patch 9.0.2182: Vim9: need a way to reserve future extension by Yegappan Lakshmanan · 1 year, 8 months ago
  43. 5e13315 patch 9.0.2181: Vim9: missing error messages by Ernie Rael · 1 year, 8 months ago
  44. 6fdb628 patch 9.0.2180: POSIX function name in exarg causes issues by Zoltan Arpadffy · 1 year, 8 months ago
  45. e5437c5 patch 9.0.2170: Vim9: no support for const/final class/objects vars by Yegappan Lakshmanan · 1 year, 8 months ago
  46. 9ed5375 patch 9.0.2156: Vim9: can use typealias in assignment by Ernie Rael · 1 year, 8 months ago
  47. 03042a2 patch 9.0.2096: Vim9: confusing usage of private by Ernie Rael · 1 year, 9 months ago
  48. 6709816 patch 9.0.2091: Vim9: cannot convert list to string using += by Yegappan Lakshmanan · 1 year, 9 months ago
  49. ec3cebb patch 9.0.2076: Vim9: No support for type aliases by Yegappan Lakshmanan · 1 year, 10 months ago
  50. c229a6a patch 9.0.2072: Vim9: no nr2str conversion in list-unpack by Yegappan Lakshmanan · 1 year, 10 months ago
  51. 29bb67f patch 9.0.2019: Vim9: no support for funcrefs by Yegappan Lakshmanan · 1 year, 10 months ago
  52. 1ea4288 patch 9.0.2016: Vim9: assignment operators don't work for class vars by Yegappan Lakshmanan · 1 year, 10 months ago
  53. b852305 patch 9.0.2002: Vim9: need cleanup of class related interface code by Yegappan Lakshmanan · 1 year, 10 months ago
  54. e6c9aa5 patch 9.0.1999: Vim9: some error messages can be improved by Ernie Rael · 1 year, 10 months ago
  55. b5a0719 patch 9.0.1986: Vim9: accepting type-annotations by Yegappan Lakshmanan · 1 year, 10 months ago
  56. fe7b20a patch 9.0.1977: Vim9: object members can change type by Yegappan Lakshmanan · 1 year, 10 months ago
  57. 5a05d37 patch 9.0.1952: Vim9: unused static field by Yegappan Lakshmanan · 1 year, 10 months ago
  58. a76fbe6 patch 9.0.1944: Vim9: function instruction pointer invalidated by Yegappan Lakshmanan · 1 year, 11 months ago
  59. 7fe8f43 patch 9.0.1935: Vim9: not consistent error messages by RestorerZ · 1 year, 11 months ago
  60. b895b0f patch 9.0.1928: Vim9: constructor type checking bug by h-east · 1 year, 11 months ago
  61. 696270b patch 9.0.1926: Vim9: not enough info in error message by Ernie Rael · 1 year, 11 months ago
  62. 1db1514 patch 9.0.1914: Vim9: few issues when accessing object members by Yegappan Lakshmanan · 1 year, 11 months ago
  63. 00cd182 patch 9.0.1909: Vim9: problem calling class method from other class by Yegappan Lakshmanan · 1 year, 11 months ago
  64. c30a90d patch 9.0.1898: Vim9: restrict access to static vars by Yegappan Lakshmanan · 1 year, 11 months ago
  65. 504543f patch 9.0.1897: Vim9: confusing error with .= in compiled functions by Christian Brabandt · 1 year, 11 months ago
  66. f36bbcd patch 9.0.1890: Vim9: lookup code for class/object repaeated by Yegappan Lakshmanan · 1 year, 11 months ago
  67. 18143d3 patch 9.0.1867: Vim9: access to interface statics possible by Ernie Rael · 1 year, 11 months ago
  68. 21d3212 patch 9.0.1842: Need more accurate profiling by Ernie Rael · 2 years ago
  69. 3775f77 patch 9.0.1838: Vim9: Cannot modify class member vars from def function by Yegappan Lakshmanan · 2 years ago
  70. 456ae55 patch 9.0.1837: Vim9: class_member_type() can be optimized by Ernie Rael · 2 years ago
  71. eb91e24 patch 9.0.1829: Vim9 missing access-checks for private vars by Yegappan Lakshmanan · 2 years ago
  72. 5bbcfbc patch 9.0.1824: Vim9: private members may be modifiable by Yegappan Lakshmanan · 2 years ago
  73. 5c018be patch 9.0.1796: Vim9 problems with null_objects by Ernie Rael · 2 years ago
  74. d4e4ecb patch 9.0.1795: Indentation issues by Yegappan Lakshmanan · 2 years ago
  75. 618e47d patch 9.0.1780: Vim9 type not defined during object creation by Yegappan Lakshmanan · 2 years ago
  76. c5d2744 patch 9.0.1741: No type checking in interfaces by LemonBoy · 2 years ago
  77. 2bd6a09 patch 9.0.1569: cannot use "this.member" in lambda in class method by h-east · 2 years, 3 months ago
  78. a2c0028 patch 9.0.1558: wrong error for unreachable code after :throw by Bram Moolenaar · 2 years, 3 months ago
  79. 9d383f3 patch 9.0.1557: test failures for unreachable code by Bram Moolenaar · 2 years, 3 months ago
  80. cf2610c patch 9.0.1556: Vim9: error for missing "return" after "throw" by Bram Moolenaar · 2 years, 3 months ago
  81. 276410e patch 9.0.1523: some error messages are not marked for translation by zeertzjq · 2 years, 3 months ago
  82. 22363c6 patch 9.0.1483: += operator does not work on class member by Bram Moolenaar · 2 years, 4 months ago
  83. f39d9e9 patch 9.0.1479: small source file problems; outdated list of distrib. files by Bram Moolenaar · 2 years, 4 months ago
  84. 666cb9c patch 9.0.1340: Coverity warns for using NULL pointer by Bram Moolenaar · 2 years, 6 months ago
  85. a23a11b patch 9.0.1336: functions without arguments are not always declared properly by Yegappan Lakshmanan · 2 years, 6 months ago
  86. b1e32ac patch 9.0.1334: using tt_member for the class leads to mistakes by Bram Moolenaar · 2 years, 6 months ago
  87. 2c1c803 patch 9.0.1322: crash when indexing "any" which is an object by Bram Moolenaar · 2 years, 6 months ago
  88. 313e472 patch 9.0.1292: :defer may call the wrong method for an object by Bram Moolenaar · 2 years, 6 months ago
  89. ce93d16 patch 9.0.1266: error for space before ": type" is inconsistent by Bram Moolenaar · 2 years, 6 months ago
  90. b8bebd0 patch 9.0.1265: using an interface method may give a compilation error by Bram Moolenaar · 2 years, 6 months ago
  91. 142ed77 patch 9.0.1246: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 6 months ago
  92. 486fc25 patch 9.0.1217: using an object member in a closure doesn't work by Bram Moolenaar · 2 years, 7 months ago
  93. f7d1c6e patch 9.0.1211: storing value in interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  94. 29ac5df patch 9.0.1209: getting interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  95. 4cae845 patch 9.0.1201: assignment with operator doesn't work in object method by Bram Moolenaar · 2 years, 7 months ago
  96. 6aa0937 patch 9.0.1179: not all errors around inheritance are tested by Bram Moolenaar · 2 years, 7 months ago
  97. 58b4009 patch 9.0.1178: a child class cannot override functions from a base class by Bram Moolenaar · 2 years, 7 months ago
  98. 554d031 patch 9.0.1150: :interface is not implemented yet by Bram Moolenaar · 2 years, 7 months ago
  99. 574950d patch 9.0.1140: cannot call an object method in a compiled function by Bram Moolenaar · 2 years, 7 months ago
  100. a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 2 years, 7 months ago