1. 18143d3 patch 9.0.1867: Vim9: access to interface statics possible by Ernie Rael · 2 years, 7 months ago
  2. 7db89bd patch 9.0.1863: wrong format specifiers in e_aptypes_is_null_str_nr by zeertzjq · 2 years, 7 months ago
  3. aa90d4f patch 9.0.1856: issues with formatting positional arguments by Christ van Willegen · 2 years, 7 months ago
  4. eb91e24 patch 9.0.1829: Vim9 missing access-checks for private vars by Yegappan Lakshmanan · 2 years, 7 months ago
  5. e3b6c78 patch 9.0.1822: Vim9: no check for duplicate members in extended classes by Yegappan Lakshmanan · 2 years, 7 months ago
  6. 4b9777a patch 9.0.1821: Vim9 constructors are always static by Gianmaria Bajo · 2 years, 7 months ago
  7. 2ba9d2e patch 9.0.1814: Vim9 no error on duplicate object member var by Yegappan Lakshmanan · 2 years, 7 months ago
  8. cd7293b patch 9.0.1804: Vim9: no support for private object methods by Yegappan Lakshmanan · 2 years, 7 months ago
  9. afe0466 patch 9.0.1786: Vim9: need instanceof() function by LemonBoy · 2 years, 8 months ago
  10. 6ac1544 patch 9.0.1760: vim9 class problem with new() constructor by Yegappan Lakshmanan · 2 years, 8 months ago
  11. c5d2744 patch 9.0.1741: No type checking in interfaces by LemonBoy · 2 years, 8 months ago
  12. 4f389e7 patch 9.0.1722: wrong error messages when passing wrong types to count() by zeertzjq · 2 years, 8 months ago
  13. 0c6181f patch 9.0.1704: Cannot use positional arguments for printf() by Christ van Willegen · 2 years, 8 months ago
  14. 80adaa8 patch 9.0.1673: cannot produce a status 418 or 503 message by Bram Moolenaar · 2 years, 9 months ago
  15. 68ebcee patch 9.0.1594: some internal error messages are translated by RestorerZ · 2 years, 10 months ago
  16. a1d5f9f patch 9.0.1581: translation does not work for plural argument by Bram Moolenaar · 2 years, 10 months ago
  17. d87dec0 patch 9.0.1579: some error messages are not translated by RestorerZ · 2 years, 11 months ago
  18. 097c537 patch 9.0.1576: users may not know what to do with an internal error by Bram Moolenaar · 2 years, 11 months ago
  19. a2c0028 patch 9.0.1558: wrong error for unreachable code after :throw by Bram Moolenaar · 2 years, 11 months ago
  20. 3ab3a86 patch 9.0.1516: cannot use special keys in <Cmd> mapping by zeertzjq · 2 years, 11 months ago
  21. 70e8028 patch 9.0.1510: misleading variable name for error message by Bram Moolenaar · 2 years, 11 months ago
  22. b67ba03 patch 9.0.1477: crash when recovering from corrupted swap file by Bram Moolenaar · 3 years ago
  23. 08210f8 patch 9.0.1450: MacOS: building fails if clock_gettime() is not available by Bram Moolenaar · 3 years ago
  24. e764d1b patch 9.0.1403: unused variables and functions by Dominique Pelle · 3 years, 1 month ago
  25. f77a7f7 patch 9.0.1375: crash when getting member of obj of unknown class by Ernie Rael · 3 years, 1 month ago
  26. c4e1b86 patch 9.0.1357: using null_object results in an internal error by Bram Moolenaar · 3 years, 1 month ago
  27. 5b9f572 patch 9.0.1328: error when using "none" for GUI color is confusing by Bram Moolenaar · 3 years, 2 months ago
  28. 552bdca patch 9.0.1317: crash when using an unset object variable by Bram Moolenaar · 3 years, 2 months ago
  29. 657aea7 patch 9.0.1249: cannot export an abstract class by Bram Moolenaar · 3 years, 2 months ago
  30. 7193323 patch 9.0.1223: cannot use setcellwidths() below 0x100 by K.Takata · 3 years, 3 months ago
  31. 24a8d06 patch 9.0.1198: abstract class not supported yet by Bram Moolenaar · 3 years, 3 months ago
  32. 6aa0937 patch 9.0.1179: not all errors around inheritance are tested by Bram Moolenaar · 3 years, 3 months ago
  33. 58b4009 patch 9.0.1178: a child class cannot override functions from a base class by Bram Moolenaar · 3 years, 3 months ago
  34. 8367716 patch 9.0.1159: extends argument for class not implemented yet by Bram Moolenaar · 3 years, 3 months ago
  35. df8f947 patch 9.0.1157: "implements" only handles one interface name by Bram Moolenaar · 3 years, 3 months ago
  36. 94674f2 patch 9.0.1152: class "implements" argument not implemented by Bram Moolenaar · 3 years, 3 months ago
  37. 554d031 patch 9.0.1150: :interface is not implemented yet by Bram Moolenaar · 3 years, 3 months ago
  38. a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 3 years, 3 months ago
  39. 993dbc3 patch 9.0.1128: build failure by Bram Moolenaar · 3 years, 3 months ago
  40. 4ce1f99 patch 9.0.1077: can add text property with negative ID before virtual text by Bram Moolenaar · 3 years, 4 months ago
  41. d505d17 patch 9.0.1074: class members are not supported yet by Bram Moolenaar · 3 years, 4 months ago
  42. 9aee8ec patch 9.0.1064: code for making 'shortmess' temporarily empty is repeated by Christian Brabandt · 3 years, 4 months ago
  43. 3d473ee patch 9.0.1060: private and public object members are not implemented yet by Bram Moolenaar · 3 years, 4 months ago
  44. 74e1274 patch 9.0.1054: object member can't get type from initializer by Bram Moolenaar · 3 years, 4 months ago
  45. 65b0d16 patch 9.0.1053: default constructor arguments are not optional by Bram Moolenaar · 3 years, 4 months ago
  46. ffdaca9 patch 9.0.1041: cannot define a method in a class by Bram Moolenaar · 3 years, 4 months ago
  47. 00b28d6 patch 9.0.1031: Vim9 class is not implemented yet by Bram Moolenaar · 3 years, 4 months ago
  48. 3d3e2aa patch 9.0.1003: tiny build fails by Bram Moolenaar · 3 years, 4 months ago
  49. c1c365c patch 9.0.1001: classes are not documented or implemented yet by Bram Moolenaar · 3 years, 4 months ago
  50. ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 3 years, 4 months ago
  51. d63a855 patch 9.0.0907: restoring window after WinScrolled may fail by Bram Moolenaar · 3 years, 5 months ago
  52. cf2594f patch 9.0.0877: using freed memory with :comclear while listing commands by Bram Moolenaar · 3 years, 5 months ago
  53. 920d311 patch 9.0.0874: using freed memory when executing unmenu at more prompt by Bram Moolenaar · 3 years, 5 months ago
  54. bf533e4 patch 9.0.0873: using freed memory when executing mapclear at more prompt by Bram Moolenaar · 3 years, 5 months ago
  55. c57b5bc patch 9.0.0828: various typos by dundargoc · 3 years, 5 months ago
  56. 86e6717 patch 9.0.0820: memory leak with empty shell command by Bram Moolenaar · 3 years, 5 months ago
  57. ba43e76 patch 9.0.0747: too many #ifdefs by Martin Tournoij · 3 years, 6 months ago
  58. 7904fa4 patch 9.0.0657: too many #ifdefs by Martin Tournoij · 3 years, 6 months ago
  59. eda29c9 patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature by Bram Moolenaar · 3 years, 6 months ago
  60. fa10397 patch 9.0.0623: error for modifying a const is not detected at compile time by Bram Moolenaar · 3 years, 6 months ago
  61. 500a1f9 patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer by Bram Moolenaar · 3 years, 7 months ago
  62. cc34181 patch 9.0.0502: a closure in a nested loop in a :def function does not work by Bram Moolenaar · 3 years, 7 months ago
  63. b2f0ca8 patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visible by Bram Moolenaar · 3 years, 7 months ago
  64. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 3 years, 7 months ago
  65. fb593c5 patch 9.0.0489: using "end_lnum" with virtual text causes problems by Bram Moolenaar · 3 years, 7 months ago
  66. 9510d22 patch 9.0.0444: trying to declare g:variable gives confusing error by Bram Moolenaar · 3 years, 7 months ago
  67. 55e9366 patch 9.0.0437: no error when custom completion function returns wrong type by Bram Moolenaar · 3 years, 7 months ago
  68. 2da11a4 patch 9.0.0436: CI: running tests in parallel causes flakiness by K.Takata · 3 years, 7 months ago
  69. 6de2296 patch 9.0.0432: crash when using for loop variable in closure by Bram Moolenaar · 3 years, 7 months ago
  70. 375141e patch 9.0.0430: cannot use repeat() with a blob by Bakudankun · 3 years, 7 months ago
  71. 86d8725 patch 9.0.0390: cannot use a partial with :defer by Bram Moolenaar · 3 years, 7 months ago
  72. ccfde4d patch 9.0.0389: crash when 'tagfunc' closes the window by Bram Moolenaar · 3 years, 7 months ago
  73. d83392a patch 9.0.0345: error message for list argument could be clearer by Bram Moolenaar · 3 years, 7 months ago
  74. 04c4c57 patch 9.0.0335: checks for Dictionary argument often give a vague error by Yegappan Lakshmanan · 3 years, 7 months ago
  75. 2bd9dbc patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version by Bram Moolenaar · 3 years, 7 months ago
  76. f80f40a patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version by Bram Moolenaar · 3 years, 7 months ago
  77. 6d4b2f5 patch 9.0.0263: too many #ifdefs by Bram Moolenaar · 3 years, 7 months ago
  78. dde77a7 patch 9.0.0250: slightly inconsistent error messages by Bram Moolenaar · 3 years, 8 months ago
  79. f396ce8 patch 9.0.0247: cannot add padding to virtual text without highlight by Bram Moolenaar · 3 years, 8 months ago
  80. a770422 patch 9.0.0233: removing multiple text properties takes many calls by Ben Jackson · 3 years, 8 months ago
  81. 62e0e2e patch 9.0.0229: Vim9: error message for missing type is not clear by Bram Moolenaar · 3 years, 8 months ago
  82. 82b14c1 patch 9.0.0188: strange effects when using "text_align" with non-zero column by Bram Moolenaar · 3 years, 8 months ago
  83. 3f74c0a patch 9.0.0156: giving E1170 only in an expression is confusing by Bram Moolenaar · 3 years, 8 months ago
  84. 25f40af patch 9.0.0150: error for using #{ in an expression is a bit confusing by Bram Moolenaar · 3 years, 8 months ago
  85. 34d1773 patch 9.0.0091: duplicate error number by Bram Moolenaar · 3 years, 8 months ago
  86. 7f9969c patch 9.0.0067: cannot show virtual text by Bram Moolenaar · 3 years, 8 months ago
  87. c963ec3 patch 9.0.0064: confusing error when using "q:" in command line window by Bram Moolenaar · 3 years, 9 months ago
  88. 81a3ff9 patch 9.0.0058: Win32: cannot test low level events by Yegappan Lakshmanan · 3 years, 9 months ago
  89. 44ddf19 patch 8.2.5146: memory leak when substitute expression nests by Bram Moolenaar · 3 years, 10 months ago
  90. 6574577 patch 8.2.5057: using gettimeofday() for timeout is very inefficient by Paul Ollis · 3 years, 10 months ago
  91. 83bd7a9 patch 8.2.5039: confusing error if first argument of popup_create() is wrong by Bram Moolenaar · 3 years, 10 months ago
  92. 968443e patch 8.2.5033: build error with +eval but without +quickfix by Bram Moolenaar · 3 years, 10 months ago
  93. e0ff3a7 patch 8.2.5030: autocmd_add() can only handle one event and pattern by Yegappan Lakshmanan · 3 years, 10 months ago
  94. cfe4565 patch 8.2.5029: "textlock" is always zero by zeertzjq · 3 years, 10 months ago
  95. a061f34 patch 8.2.5003: cannot do bitwise shifts by Yegappan Lakshmanan · 3 years, 11 months ago
  96. 360da40 patch 8.2.4978: no error if engine selection atom is not at the start by Christian Brabandt · 3 years, 11 months ago
  97. df6e0e4 patch 8.2.4933: a few more capitalization mistakes in error messages by Bram Moolenaar · 4 years ago
  98. 7c82468 patch 8.2.4919: can add invalid bytes with :spellgood by Bram Moolenaar · 4 years ago
  99. cf03057 patch 8.2.4890: inconsistent capitalization in error messages by Bram Moolenaar · 4 years ago
  100. 2eaef10 patch 8.2.4883: string interpolation only works in heredoc by LemonBoy · 4 years ago