1. c59c1e0 patch 9.0.2050: Vim9: crash with deferred function call and exception by Yegappan Lakshmanan · 1 year, 10 months ago
  2. 989426b patch 9.0.2025: no cmdline completion for ++opt args by Yee Cheng Chin · 1 year, 10 months ago
  3. 0f058d1 patch 9.0.2020: Vim9: islocked() needs more work by Ernie Rael · 1 year, 10 months ago
  4. 29bb67f patch 9.0.2019: Vim9: no support for funcrefs by Yegappan Lakshmanan · 1 year, 10 months ago
  5. 4c8da02 patch 9.0.2015: Vim9: does not handle islocked() from a method correctly by Ernie Rael · 1 year, 10 months ago
  6. 5484485 patch 9.0.2009: cmdline-completion for comma-separated options wrong by Yee Cheng Chin · 1 year, 10 months ago
  7. 9771b2a patch 9.0.2001: Vim9: segfault with islocked() by Ernie Rael · 1 year, 10 months ago
  8. 6488564 patch 9.0.1982: vim9: clean up from v9.0.1955 by Ernie Rael · 1 year, 10 months ago
  9. fe7b20a patch 9.0.1977: Vim9: object members can change type by Yegappan Lakshmanan · 1 year, 10 months ago
  10. 6d11347 patch 9.0.1973: Clean up cmdline option completion code by Yee Cheng Chin · 1 year, 10 months ago
  11. 6ee7b52 patch 9.0.1968: cmdline completion should consider key option by Yee Cheng Chin · 1 year, 10 months ago
  12. f3b68d4 patch 9.0.1959: Vim9: methods parameters and types are covariant by Yegappan Lakshmanan · 1 year, 10 months ago
  13. 900894b patch 9.0.1958: cannot complete option values by Yee Cheng Chin · 1 year, 10 months ago
  14. 28a2360 patch 9.0.1956: Custom completion skips orig cmdline if it invokes glob() by zeertzjq · 1 year, 10 months ago
  15. ee865f3 patch 9.0.1955: Vim9: lockvar issues with objects/classes by Ernie Rael · 1 year, 10 months ago
  16. 1db1514 patch 9.0.1914: Vim9: few issues when accessing object members by Yegappan Lakshmanan · 1 year, 11 months ago
  17. c30a90d patch 9.0.1898: Vim9: restrict access to static vars by Yegappan Lakshmanan · 1 year, 11 months ago
  18. 7bcd25c patch 9.0.1885: Vim9: no support for abstract methods by Yegappan Lakshmanan · 1 year, 11 months ago
  19. e651e11 patch 9.0.1862: Vim9 Garbage Collection issues by Yegappan Lakshmanan · 1 year, 11 months ago
  20. 21d3212 patch 9.0.1842: Need more accurate profiling by Ernie Rael · 2 years ago
  21. e3b6c78 patch 9.0.1822: Vim9: no check for duplicate members in extended classes by Yegappan Lakshmanan · 2 years ago
  22. cd7293b patch 9.0.1804: Vim9: no support for private object methods by Yegappan Lakshmanan · 2 years ago
  23. b557f48 patch 9.0.1783: Display issues with virt text smoothscroll and showbreak by zeertzjq · 2 years ago
  24. 171c5b9 patch 9.0.1782: prop_list() does not return text_padding_left by Yegappan Lakshmanan · 2 years ago
  25. 16af913 patch 9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows by Luuk van Baal · 2 years ago
  26. c5d2744 patch 9.0.1741: No type checking in interfaces by LemonBoy · 2 years ago
  27. e9ef347 patch 9.0.1735: Rename completion specific findex var by zeertzjq · 2 years ago
  28. 4a8eb6e patch 9.0.1710: scrolloff options work slightly different by Christian Brabandt · 2 years ago
  29. 5ca05fa patch 9.0.1624: crash when calling object constructor by Bram Moolenaar · 2 years, 2 months ago
  30. 30805a1 patch 9.0.1585: weird use of static variables for spell checking by Luuk van Baal · 2 years, 2 months ago
  31. 3a2a60c patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" by Bram Moolenaar · 2 years, 2 months ago
  32. 048d9d2 patch 9.0.1520: completion for option name includes all bool options by Bram Moolenaar · 2 years, 3 months ago
  33. aae5834 patch 9.0.1481: decrypting with libsodium may fail if the library changes by Christian Brabandt · 2 years, 4 months ago
  34. e7d4946 patch 9.0.1459: typo in name of type by zeertzjq · 2 years, 4 months ago
  35. b49dfd0 patch 9.0.1453: typos in source code and tests by Dominique Pelle · 2 years, 4 months ago
  36. b7f6f93 patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never set by zeertzjq · 2 years, 4 months ago
  37. 05a627c patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer by Bram Moolenaar · 2 years, 4 months ago
  38. d874247 patch 9.0.1381: ACCESS_ names have a conflict with on some systems by =?UTF-8?q?Ola=20S=C3=B6der?= · 2 years, 5 months ago
  39. c727b19 patch 9.0.1374: function for setting options not used consistently by Yegappan Lakshmanan · 2 years, 5 months ago
  40. 5da901b patch 9.0.1359: too many "else if" statements in handling options by Yegappan Lakshmanan · 2 years, 5 months ago
  41. 6d611de patch 9.0.1353: too many "else if" statements to handle option values by Yegappan Lakshmanan · 2 years, 6 months ago
  42. 99a7c0d patch 9.0.1338: :defcompile and :disassemble can't find class method by Bram Moolenaar · 2 years, 6 months ago
  43. b1e32ac patch 9.0.1334: using tt_member for the class leads to mistakes by Bram Moolenaar · 2 years, 6 months ago
  44. af93691 patch 9.0.1330: handling new value of an option has a long "else if" chain by Yegappan Lakshmanan · 2 years, 6 months ago
  45. 55a27d8 patch 9.0.1305: cursor in wrong line with virtual text above by Bram Moolenaar · 2 years, 6 months ago
  46. d0200c8 patch 9.0.1254: calling a method on an interface does not work by Bram Moolenaar · 2 years, 6 months ago
  47. 47bba53 patch 9.0.1224: cannot call a :def function with a number for float argument by Bram Moolenaar · 2 years, 7 months ago
  48. 29ac5df patch 9.0.1209: getting interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  49. a94bd9d patch 9.0.1184: interface of an object is not recognized when checking type by Bram Moolenaar · 2 years, 7 months ago
  50. 58b4009 patch 9.0.1178: a child class cannot override functions from a base class by Bram Moolenaar · 2 years, 7 months ago
  51. 8367716 patch 9.0.1159: extends argument for class not implemented yet by Bram Moolenaar · 2 years, 7 months ago
  52. 94674f2 patch 9.0.1152: class "implements" argument not implemented by Bram Moolenaar · 2 years, 7 months ago
  53. 5bcd29b patch 9.0.1151: build failure by Bram Moolenaar · 2 years, 7 months ago
  54. cf760d5 patch 9.0.1149: class members may be garbage collected by Bram Moolenaar · 2 years, 7 months ago
  55. 574950d patch 9.0.1140: cannot call an object method in a compiled function by Bram Moolenaar · 2 years, 7 months ago
  56. 6bafdd4 patch 9.0.1123: class function not implemented yet by Bram Moolenaar · 2 years, 7 months ago
  57. c6951a7 patch 9.0.1108: type error when using "any" type and adding to float by Bram Moolenaar · 2 years, 7 months ago
  58. d505d17 patch 9.0.1074: class members are not supported yet by Bram Moolenaar · 2 years, 8 months ago
  59. 3d473ee patch 9.0.1060: private and public object members are not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  60. 7ce7daf patch 9.0.1045: in a class object members cannot be initialized by Bram Moolenaar · 2 years, 8 months ago
  61. ffdaca9 patch 9.0.1041: cannot define a method in a class by Bram Moolenaar · 2 years, 8 months ago
  62. d28d7b9 patch 9.0.1035: object members are not being marked as used by Bram Moolenaar · 2 years, 8 months ago
  63. 83c43ab patch 9.0.1033: tiny build fails because of conflicting typedef by Bram Moolenaar · 2 years, 8 months ago
  64. 00b28d6 patch 9.0.1031: Vim9 class is not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  65. 2e61345 patch 9.0.1026: type of w_last_topfill is wrong by Bram Moolenaar · 2 years, 8 months ago
  66. 3fc84dc patch 9.0.1025: WinScrolled is not triggered when filler lines change by zeertzjq · 2 years, 8 months ago
  67. e76062c patch 9.0.0965: using one window for executing autocommands is insufficient by Bram Moolenaar · 2 years, 8 months ago
  68. ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 2 years, 9 months ago
  69. 47f1fdc patch 9.0.0939: still using simplified mappings when using kitty protocol by Bram Moolenaar · 2 years, 9 months ago
  70. c57b5bc patch 9.0.0828: various typos by dundargoc · 2 years, 9 months ago
  71. 1577537 patch 9.0.0819 by Bram Moolenaar · 2 years, 9 months ago
  72. fb0cf23 patch 9.0.0817 by Bram Moolenaar · 2 years, 10 months ago
  73. 4b082c4 patch 9.0.0762: build failure by Bram Moolenaar · 2 years, 10 months ago
  74. ba43e76 patch 9.0.0747: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
  75. 856c5d2 patch 9.0.0746: breakindent test cases are commented out by Bram Moolenaar · 2 years, 10 months ago
  76. 2fbabd2 patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll' by Bram Moolenaar · 2 years, 10 months ago
  77. 4ba5f1d patch 9.0.0656: cannot specify another character to use instead of '@' by Bram Moolenaar · 2 years, 10 months ago
  78. 13ece2a patch 9.0.0647: the 'splitscroll' option is not a good name by Luuk van Baal · 2 years, 10 months ago
  79. f6196f4 patch 9.0.0640: cannot scroll by screen line if a line wraps by Bram Moolenaar · 2 years, 10 months ago
  80. fa10397 patch 9.0.0623: error for modifying a const is not detected at compile time by Bram Moolenaar · 2 years, 10 months ago
  81. 50faf02 patch 9.0.0620: matchaddpos() can only add up to 8 matches by Bram Moolenaar · 2 years, 10 months ago
  82. 6d313be patch 9.0.0547: looping over empty out_loop[] entries by Bram Moolenaar · 2 years, 11 months ago
  83. e8e369a patch 9.0.0535: closure gets wrong value in for loop with two loop variables by Bram Moolenaar · 2 years, 11 months ago
  84. 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
  85. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
  86. 0cdfb7c patch 9.0.0485: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  87. 8fa745e patch 9.0.0481: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  88. 48db5da patch 9.0.0476: varargs does not work for replacement function of substitute() by zeertzjq · 2 years, 11 months ago
  89. 766ae5b patch 9.0.0460: loop variable can't be found by Bram Moolenaar · 2 years, 11 months ago
  90. 29ab524 patch 9.0.0445: when opening/closing window text moves up/down by Luuk van Baal · 2 years, 11 months ago
  91. 04e0ed1 patch 9.0.0438: cannot put virtual text above a line by Bram Moolenaar · 2 years, 11 months ago
  92. d763311 patch 9.0.0410: struct member cts_lnum is unused by Bram Moolenaar · 3 years ago
  93. ca16c60 patch 9.0.0398: members of funccall_T are inconsistently named by Bram Moolenaar · 3 years ago
  94. 5877985 patch 9.0.0397: :defer not tested with exceptions and ":qa!" by Bram Moolenaar · 3 years ago
  95. 1d84f76 patch 9.0.0370: cleaning up afterwards can make a function messy by Bram Moolenaar · 3 years ago
  96. 37fef16 patch 9.0.0321: cannot use the message popup window directly by Bram Moolenaar · 3 years ago
  97. 670ab03 patch 9.0.0304: WinScrolled is not triggered when only skipcol changes by zeertzjq · 3 years ago
  98. 9198de3 patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed by Bram Moolenaar · 3 years ago
  99. 5ff595d patch 9.0.0284: using static buffer for multiple completion functions by Bram Moolenaar · 3 years ago
  100. f80f40a patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version by Bram Moolenaar · 3 years ago