1. de8f8f7 patch 9.1.1267: Vim9: no support for type list/dict<object<any>> by Yegappan Lakshmanan · 4 months ago
  2. 9cb865e patch 9.1.1232: Vim script is missing the tuple data type by Yegappan Lakshmanan · 5 months ago
  3. e08f10a patch 9.1.1224: cannot :put while keeping indent by 64-bitman · 5 months ago
  4. 762a79e patch 9.1.1215: Patch 9.1.1213 has some issues by Christian Brabandt · 5 months ago
  5. 250739d patch 9.1.1213: cannot :put while keeping indent by 64-bitman · 5 months ago
  6. 16f2d3a patch 9.1.1146: Vim9: wrong context being used when evaluating class member by Yegappan Lakshmanan · 5 months ago
  7. b32800f patch 9.1.1063: too many strlen() calls in userfunc.c by John Marriott · 6 months ago
  8. 58c9579 patch 9.1.0673: Vim9: too recursive func calls when calling super-class method by Ernie Rael · 12 months ago
  9. 3f821d6 patch 9.1.0369: Vim9: problem when importing autoloaded scripts by Ernie Rael · 1 year, 4 months ago
  10. bce51d9 patch 9.1.0335: String interpolation fails for List type by Yegappan Lakshmanan · 1 year, 4 months ago
  11. f01493c patch 9.1.0329: String interpolation fails for Dict type by Yegappan Lakshmanan · 1 year, 4 months ago
  12. 6b9492e patch 9.0.2185: Coverity complains about not checking return value by Christian Brabandt · 1 year, 8 months ago
  13. e75fde6 patch 9.0.2184: Vim9: inconsistent :type/:class messages by Ernie Rael · 1 year, 8 months ago
  14. b077b58 patch 9.0.2164: Vim9: can use type a func arg/return value by Ernie Rael · 1 year, 8 months ago
  15. fa83110 patch 9.0.2163: Vim9: type can be assigned to list/dict by Ernie Rael · 1 year, 8 months ago
  16. ec3cebb patch 9.0.2076: Vim9: No support for type aliases by Yegappan Lakshmanan · 1 year, 10 months ago
  17. f3eac69 patch 9.0.2038: Vim9: object method funcref not cleaned up after use by Yegappan Lakshmanan · 1 year, 10 months ago
  18. 29bb67f patch 9.0.2019: Vim9: no support for funcrefs by Yegappan Lakshmanan · 1 year, 10 months ago
  19. 6488564 patch 9.0.1982: vim9: clean up from v9.0.1955 by Ernie Rael · 1 year, 10 months ago
  20. ee865f3 patch 9.0.1955: Vim9: lockvar issues with objects/classes by Ernie Rael · 1 year, 10 months ago
  21. 5a05d37 patch 9.0.1952: Vim9: unused static field by Yegappan Lakshmanan · 1 year, 10 months ago
  22. a76fbe6 patch 9.0.1944: Vim9: function instruction pointer invalidated by Yegappan Lakshmanan · 1 year, 11 months ago
  23. b895b0f patch 9.0.1928: Vim9: constructor type checking bug by h-east · 1 year, 11 months ago
  24. 00cd182 patch 9.0.1909: Vim9: problem calling class method from other class by Yegappan Lakshmanan · 1 year, 11 months ago
  25. 4d00b83 patch 9.0.1895: Vim9: finding object method/member is inefficient by Ernie Rael · 1 year, 11 months ago
  26. f36bbcd patch 9.0.1890: Vim9: lookup code for class/object repaeated by Yegappan Lakshmanan · 1 year, 11 months ago
  27. 18143d3 patch 9.0.1867: Vim9: access to interface statics possible by Ernie Rael · 1 year, 11 months ago
  28. 639751d patch 9.0.1805: Vim9: problem compiling object method as function call arg by Yegappan Lakshmanan · 2 years ago
  29. 5c018be patch 9.0.1796: Vim9 problems with null_objects by Ernie Rael · 2 years ago
  30. 2261c89 patch 9.0.1724: vim9class constructor argument type checking bug by h-east · 2 years ago
  31. b7f2270 patch 9.0.1492: using uninitialized memory when argument is missing by Bram Moolenaar · 2 years, 3 months ago
  32. 2ed57ac patch 9.0.1436: cannot compare a typed variable with v:none by Bram Moolenaar · 2 years, 4 months ago
  33. 30a8447 patch 9.0.1358: compilation error with some compilers by Bram Moolenaar · 2 years, 5 months ago
  34. c4e1b86 patch 9.0.1357: using null_object results in an internal error by Bram Moolenaar · 2 years, 5 months ago
  35. 313e472 patch 9.0.1292: :defer may call the wrong method for an object by Bram Moolenaar · 2 years, 6 months ago
  36. 836137d patch 9.0.1260: Coverity warns for possible NULL pointer usage by Bram Moolenaar · 2 years, 6 months ago
  37. d0200c8 patch 9.0.1254: calling a method on an interface does not work by Bram Moolenaar · 2 years, 6 months ago
  38. 8dbab1d patch 9.0.1250: cannot use an object method with :defer by Bram Moolenaar · 2 years, 6 months ago
  39. 142ed77 patch 9.0.1246: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 6 months ago
  40. f7d1c6e patch 9.0.1211: storing value in interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  41. 29ac5df patch 9.0.1209: getting interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  42. 32517c4 patch 9.0.1203: return type of values() is always list<any> by Bram Moolenaar · 2 years, 7 months ago
  43. 36818a9 patch 9.0.1138: crash when expecting varargs but it is something else by Bram Moolenaar · 2 years, 7 months ago
  44. bcf31ec patch 9.0.1134: comparing objects uses identity instead of equality by Bram Moolenaar · 2 years, 7 months ago
  45. c4b3f64 patch 9.0.1109: leaking allocated type by Bram Moolenaar · 2 years, 7 months ago
  46. c6951a7 patch 9.0.1108: type error when using "any" type and adding to float by Bram Moolenaar · 2 years, 7 months ago
  47. c336ae3 patch 9.0.1075: build fails if compiler doesn't allow declaration after case by Bram Moolenaar · 2 years, 8 months ago
  48. d505d17 patch 9.0.1074: class members are not supported yet by Bram Moolenaar · 2 years, 8 months ago
  49. 65b0d16 patch 9.0.1053: default constructor arguments are not optional by Bram Moolenaar · 2 years, 8 months ago
  50. 7ce7daf patch 9.0.1045: in a class object members cannot be initialized by Bram Moolenaar · 2 years, 8 months ago
  51. ffdaca9 patch 9.0.1041: cannot define a method in a class by Bram Moolenaar · 2 years, 8 months ago
  52. 00b28d6 patch 9.0.1031: Vim9 class is not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  53. 0089ce2 patch 9.0.0695: failing check for dictionary type for const any by Bram Moolenaar · 2 years, 10 months ago
  54. 2eae3d2 patch 9.0.0684: skipped :exe command fails compilation on MS-Windows by Bram Moolenaar · 2 years, 10 months ago
  55. bdc09a1 patch 9.0.0683: cannot specify a time for :echowindow by Bram Moolenaar · 2 years, 10 months ago
  56. fa10397 patch 9.0.0623: error for modifying a const is not detected at compile time by Bram Moolenaar · 2 years, 10 months ago
  57. 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
  58. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
  59. 8fa745e patch 9.0.0481: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  60. b46c083 patch 9.0.0470: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  61. 1690032 patch 9.0.0419: the :defer command does not check the function arguments by Bram Moolenaar · 2 years, 11 months ago
  62. 6b085b9 patch 9.0.0376: clang warns for dead assignments by Yegappan Lakshmanan · 3 years ago
  63. 1d84f76 patch 9.0.0370: cleaning up afterwards can make a function messy by Bram Moolenaar · 3 years ago
  64. 68a635a patch 9.0.0353: missing entry in switch by Bram Moolenaar · 3 years ago
  65. c3caa7f patch 8.2.5018: Vim9: some code is not covered by tests by Bram Moolenaar · 3 years, 3 months ago
  66. bd3a9d2 patch 8.2.4973: Vim9: type error for list unpack mentions argument by Bram Moolenaar · 3 years, 3 months ago
  67. 0abc287 patch 8.2.4930: interpolated string expression requires escaping by Bram Moolenaar · 3 years, 3 months ago
  68. c9af617 patch 8.2.4863: accessing freed memory in test without the +channel feature by Bram Moolenaar · 3 years, 3 months ago
  69. 0665163 patch 8.2.4834: Vim9: some lines not covered by tests by Bram Moolenaar · 3 years, 3 months ago
  70. 372bcce patch 8.2.4823: concat more than 2 strings in :def function is inefficient by LemonBoy · 3 years, 4 months ago
  71. a6c18d3 patch 8.2.4657: errors for functions are sometimes hard to read by Bram Moolenaar · 3 years, 4 months ago
  72. ccbfd48 patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir by Bram Moolenaar · 3 years, 4 months ago
  73. c0ceeeb patch 8.2.4650: "import autoload" only works with using 'runtimepath' by Bram Moolenaar · 3 years, 4 months ago
  74. ec15b1c patch 8.2.4634: Vim9: cannot initialize a variable to null_list by Bram Moolenaar · 3 years, 4 months ago
  75. a915fa0 patch 8.2.4612: Vim9: cannot use a recursive call in a nested function by Bram Moolenaar · 3 years, 5 months ago
  76. 397a87a patch 8.2.4602: Vim9: not enough test coverage for executing :def function by Bram Moolenaar · 3 years, 5 months ago
  77. 0566781 patch 8.2.4576: Vim9: error for comparing with null can be annoying by Bram Moolenaar · 3 years, 5 months ago
  78. 139575d patch 8.2.4575: Vim9: test for profiling still fails by Bram Moolenaar · 3 years, 5 months ago
  79. 53ba6ca patch 8.2.4539: when comparing special v:none and v:null are handled the same by Bram Moolenaar · 3 years, 5 months ago
  80. ed0c62e patch 8.2.4529: Vim9: comparing partial with function fails by Bram Moolenaar · 3 years, 5 months ago
  81. 8acb9cc patch 8.2.4526: Vim9: cannot set variables to a null value by Bram Moolenaar · 3 years, 5 months ago
  82. 7a22224 patch 8.2.4487: Vim9: cannot compare with v:null by Bram Moolenaar · 3 years, 5 months ago
  83. 160afdb patch 8.2.4311: Vim9: changing script variable type not caught compile time by Bram Moolenaar · 3 years, 6 months ago
  84. 2626d6a patch 8.2.4310: Vim9: constant list and dict get a declaration type by Bram Moolenaar · 3 years, 6 months ago
  85. 8133018 patch 8.2.4279: Vim9: cannot change item type with map() after range() by Bram Moolenaar · 3 years, 6 months ago
  86. 35c807d patch 8.2.4231: Vim9: map() gives type error when type was not declared by Bram Moolenaar · 3 years, 6 months ago
  87. 06b7722 patch 8.2.4216: Vim9: cannot use a function from an autoload import directly by Bram Moolenaar · 3 years, 7 months ago
  88. acc4b56 patch 8.2.4202: Vim9: cannot export function that exists globally by Bram Moolenaar · 3 years, 7 months ago
  89. 38ecd97 patch 8.2.4103: Vim9: variable declared in for loop not initialzed by Bram Moolenaar · 3 years, 7 months ago
  90. d9d2fd0 patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused by Bram Moolenaar · 3 years, 7 months ago
  91. d041f42 patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded by Bram Moolenaar · 3 years, 7 months ago
  92. 782b43d patch 8.2.4045: some global functions are only used in one file by Yegappan Lakshmanan · 3 years, 7 months ago
  93. 078a461 patch 8.2.3996: Vim9: type checking lacks information about declared type by Bram Moolenaar · 3 years, 7 months ago
  94. 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  95. 5cd6479 patch 8.2.3893: Vim9: many local variables are initialized with an instruction by Bram Moolenaar · 3 years, 8 months ago
  96. d787e40 patch 8.2.3890: Vim9: type check for using v: variables is basic by Bram Moolenaar · 3 years, 8 months ago
  97. 59618fe patch 8.2.3866: Vim9: type checking global variables is inconsistent by Bram Moolenaar · 3 years, 8 months ago
  98. 0d80710 patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member by Bram Moolenaar · 3 years, 8 months ago
  99. dc7c366 patch 8.2.3860: Vim9: codecov struggles with the file size by Bram Moolenaar · 3 years, 8 months ago