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