- abedca9 patch 9.1.0226: Not able to assign enum values to an enum static variable by Yegappan Lakshmanan · 2 years ago
- 059aeac patch 9.1.0225: test_matchparen not run in CI by Christian Brabandt · 2 years ago
- 515f734 patch 9.1.0224: cursor may move too many lines over "right" & "below" virt text by Dylan Thacker-Smith · 2 years ago
- 1134fdd patch 9.1.0223: code duplication in loop to add active text properties by Dylan Thacker-Smith · 2 years ago
- fe0a76b patch 9.1.0222: missing 'below' virt text if truncation precedes after/right text by Dylan Thacker-Smith · 2 years ago
- b6fac4d patch 9.1.0221: lines following virt text (that fills the window) might be truncated by Dylan Thacker-Smith · 2 years ago
- c029c13 patch 9.1.0220: Few typos in source and test files by zeertzjq · 2 years ago
- 3164cf8 patch 9.1.0219: Vim9: No enum support by Yegappan Lakshmanan · 2 years ago
- 8ede7a0 patch 9.1.0218: Unnecessary multiplications in backspace code by zeertzjq · 2 years ago
- 620e852 patch 9.1.0216: Error on exit with EXITFREE and 'winfixbuf' by zeertzjq · 2 years ago
- 5a2e3ec patch 9.1.0215: Half-page scrolling does not support smooth-scrolling by Luuk van Baal · 2 years ago
- 5532d3b patch 9.1.0214: Duplicate condition in win_lbr_chartabsize() by zeertzjq · 2 years ago
- aed6554 patch 9.1.0213: CI: MS-Windows fails in test_winfixbuf by Sean Dewar · 2 years ago
- 79b2867 patch 9.1.0212: CI: MS-Windows fails in test_winfixbuf by Christian Brabandt · 2 years ago
- b9f5b95 patch 9.1.0211: page-wise scrolling does not support smooth-scrolling by Luuk van Baal · 2 years ago
- 9ccc297 patch 9.1.0210: Motif: leaking memory when mui_mch_dialog() fails by Christian Brabandt · 2 years ago
- 86eddce patch 9.1.0209: leaking memory in exe_newdict() on error by Christian Brabandt · 2 years ago
- 65e580b patch 9.1.0208: winfixbuf does not allow to re-edit current buffer by Colin Kennedy · 2 years ago
- e5f2280 patch 9.1.0207: No autocommand when writing session file by Colin Kennedy · 2 years ago
- c8b47f2 patch 9.1.0206: unused display_text_first boolean var in win_line() by Dylan Thacker-Smith · 2 years ago
- 076faac patch 9.1.0205: Cannot use modifiers before :-Ntabmove by zeertzjq · 2 years ago
- 0185c77 patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab' by zeertzjq · 2 years ago
- 4a95377 patch 9.1.0203: build-error on GNU/Hurd by James McCoy · 2 years ago
- 7a2f217 patch 9.1.0202: leaking memory in add_user() on failure by Christian Brabandt · 2 years ago
- 366c81a patch 9.1.0201: gM not working correctly with virt text by Dylan Thacker-Smith · 2 years ago
- b2d124c patch 9.1.0200: `gj`/`gk` not skipping over outer virtual text lines by Dylan Thacker-Smith · 2 years ago
- ad38769 patch 9.1.0199: Not enough tests for the slice() function by zeertzjq · 2 years ago
- d990bf0 patch 9.1.0198: Vim9: compound operators broken for lambdas in an object by Yegappan Lakshmanan · 2 years ago
- 5d77364 patch 9.1.0197: Vim9: problem evaluating negated boolean logic by Yegappan Lakshmanan · 2 years ago
- 3a6bd0c patch 9.1.0196: filetype: support for gnuplot files is lacking by RobbiZ98 · 2 years ago
- 85a769d patch 9.1.0195: memleak with ex_drop, NULL dereference by Christian Brabandt · 2 years ago
- 9eb236f patch 9.1.0194: gcc complains about uninitialized var by Christian Brabandt · 2 years ago
- 70e566b patch 9.1.0193: May leak memory in completion when ga_grow() fails by zeertzjq · 2 years, 1 month ago
- 9781788 patch 9.1.0192: drop: don't rewind when editing the same file by Christian Brabandt · 2 years, 1 month ago
- 2680a07 patch 9.1.0191: Installer does not remove all files by RestorerZ · 2 years, 1 month ago
- 8950bf7 patch 9.1.0190: complete_info() returns wrong order of items by Girish Palya · 2 years, 1 month ago
- 918b92b patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber' by zeertzjq · 2 years, 1 month ago
- 9f26e5a patch 9.1.0188: filetype: no support for Vento files by wrapperup · 2 years, 1 month ago
- 4e334d0 patch 9.1.0187: filetype: no support for Dafny files by zeertzjq · 2 years, 1 month ago
- deb2204 patch 9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and conceal by zeertzjq · 2 years, 1 month ago
- f627255 patch 9.1.0185: 'wincolor' hl missing with 'rightleft', "below" virttext, 'nowrap' by zeertzjq · 2 years, 1 month ago
- d0c1b77 patch 9.1.0184: Cursor pos wrong when clicking with conceal and wrap by zeertzjq · 2 years, 1 month ago
- 9e7f1fc patch 9.1.0183: Wrong display or screenpos() result when toggling diff mode by zeertzjq · 2 years, 1 month ago
- 6a04bf5 patch 9.1.0182: Can define function with invalid name inside 'formatexpr' by zeertzjq · 2 years, 1 month ago
- c35fc03 patch 9.1.0181: no overflow check for string formatting by Christ van Willegen · 2 years, 1 month ago
- 010e153 patch 9.1.0180: Cursor pos wrong when double-width chars are concealed by zeertzjq · 2 years, 1 month ago
- 9352c28 patch 9.1.0179: 'wincolor' highlight missing with "below" virtual text by zeertzjq · 2 years, 1 month ago
- 0a32b88 patch 9.1.0178: E1513 might be confusing by Christian Brabandt · 2 years, 1 month ago
- 8c55d60 patch 9.1.0177: Coverity reports dead code by zeertzjq · 2 years, 1 month ago
- 253ff4d patch 9.1.0176: Cursor column wrong with 'virtualedit' and conceal by zeertzjq · 2 years, 1 month ago
- 5866bc3 patch 9.1.0175: wrong window positions with 'winfix{width,height}' by Sean Dewar · 2 years, 1 month ago
- 21b0a3d patch 9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap by zeertzjq · 2 years, 1 month ago
- e498caf patch 9.1.0173: msgfmt ver. 0.22 forcibly converts text to UTF-8 by RestorerZ · 2 years, 1 month ago
- 94b7c32 patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() by zeertzjq · 2 years, 1 month ago
- 5cac1a9 patch 9.1.0171: Small split-move related improvements by Sean Dewar · 2 years, 1 month ago
- d64801e patch 9.1.0170: Re-allow curwin == prevwin, but document it instead by Sean Dewar · 2 years, 1 month ago
- e101028 patch 9.1.0169: current window number returned by tabpagewinnr may be outdated by Sean Dewar · 2 years, 1 month ago
- bfcc895 patch 9.1.0168: too many STRLEN() calls by John Marriott · 2 years, 1 month ago
- 49ffb6b patch 9.1.0167: Changing buffer in another window causes it to show matchparen by zeertzjq · 2 years, 1 month ago
- 5406eb8 patch 9.1.0166: Internal error with blockwise getregion() in another buffer by zeertzjq · 2 years, 1 month ago
- fa63008 patch 9.1.0165: Vim9: Importing an autoload imported script fails by Yegappan Lakshmanan · 2 years, 1 month ago
- 26dd09a patch 9.1.0164: Internal error when passing invalid position to getregion() by zeertzjq · 2 years, 1 month ago
- 82e079d patch 9.1.0163: Calling STRLEN() to compute ml_line_textlen when not needed by zeertzjq · 2 years, 1 month ago
- 14759de patch 9.1.0162: problem with writing extended attributes on failure by Paul R. Tagliamonte · 2 years, 1 month ago
- 13a0144 patch 9.1.0161: expand() removes slash after env variable that ends with colon by zeertzjq · 2 years, 1 month ago
- 35b867b patch 9.1.0160: Vim9: Add support for using a class type of itself in an object method by Yegappan Lakshmanan · 2 years, 1 month ago
- b2ec0da patch 9.1.0159: Crash in WinClosed after BufUnload closes other windows by zeertzjq · 2 years, 1 month ago
- 8a01744 patch 9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread' by zeertzjq · 2 years, 1 month ago
- 0df8f93 patch 9.1.0157: Duplicate assignment in f_getregion() by zeertzjq · 2 years, 1 month ago
- 769eb2d patch 9.1.0156: Make 'wfb' failing to split still report E1513 by Sean Dewar · 2 years, 1 month ago
- 84bf6e6 patch 9.1.0155: can only get getregion() from current buffer by Shougo Matsushita · 2 years, 1 month ago
- 9db39b0 patch 9.1.0154: shm=F not respected when reloading buffer with 'autoread' by Shougo Matsushita · 2 years, 1 month ago
- 7ac1145 patch 9.1.0153: Text properties corrupted with fo+=aw and backspace by zeertzjq · 2 years, 1 month ago
- af7ae81 patch 9.1.0152: Coverity complains about ignoring return value by Christian Brabandt · 2 years, 1 month ago
- a72d1be patch 9.1.0151: ml_get_buf_len() does not consider text properties by Christian Brabandt · 2 years, 1 month ago
- 4bb505e patch 9.1.0150: Several minor 'winfixbuf' issues by Sean Dewar · 2 years, 1 month ago
- 5131f22 patch 9.1.0149: null pointer member access when accessing 'winfixbuf' property by Sean Dewar · 2 years, 1 month ago
- d3eae7b patch 9.1.0148: Vim9: can't call internal methods with objects by Yegappan Lakshmanan · 2 years, 1 month ago
- 2157035 patch 9.1.0147: Cannot keep a buffer focused in a window by Colin Kennedy · 2 years, 1 month ago
- c27fcf4 patch 9.1.0146: v:echospace wrong with invalid value of 'showcmdloc' by zeertzjq · 2 years, 1 month ago
- 062141b patch 9.1.0145: v:echospace not correct when 'showcmdloc' != last by Sam-programs · 2 years, 1 month ago
- 4d55c54 patch 9.1.0144: getregion() needs more tests by Yegappan Lakshmanan · 2 years, 1 month ago
- 55f8bba patch 9.1.0143: [security]: autocmd causes use-after-free in set_curbuf() by Christian Brabandt · 2 years, 1 month ago
- 19b7188 patch 9.1.0142: getregion() can be improved by Shougo Matsushita · 2 years, 1 month ago
- 4e141c6 patch 9.1.0141: Put in Visual mode wrong if it replaces fold marker by zeertzjq · 2 years, 1 month ago
- da0c913 patch 9.1.0140: cursor on wrong row after 1 char 'below' virtual text when EOL is shown by Dylan Thacker-Smith · 2 years, 1 month ago
- 2f02638 patch 9.1.0139: MS-Windows: ligatures map cleared on startup by Erik S. V. Jansson · 2 years, 1 month ago
- 02d7a6c patch 9.1.0138: too many STRLEN calls when getting a memline by John Marriott · 2 years, 1 month ago
- ff2b79d patch 9.1.0137: <Del> in cmdline mode doesn't delete composing chars by zeertzjq · 2 years, 1 month ago
- a2ebb6e patch 9.1.0136: Vim9: need more test for exists() methods by Yegappan Lakshmanan · 2 years, 1 month ago
- cd3a13e patch 9.1.0135: Insufficient testing for 'delcombine' by zeertzjq · 2 years, 1 month ago
- 6a46c19 patch 9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14 by Christian Brabandt · 2 years, 1 month ago
- 8b1e749 patch 9.1.0133: MS-Windows: ligatures not rendering correctly by Erik S. V. Jansson · 2 years, 1 month ago
- 048761b patch 9.1.0132: "C" doesn't include composing chars with 'virtualedit' by zeertzjq · 2 years, 1 month ago
- 0dc0bff patch 9.1.0131: buffer-completion may not always find all matches by Christian Brabandt · 2 years, 1 month ago
- abf7030 patch 9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp" by Sean Dewar · 2 years, 1 month ago
- f548ae7 patch 9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL list char by Dylan Thacker-Smith · 2 years, 1 month ago
- 2a65e73 patch 9.1.0128: win_gotoid() may abort even when not switching a window by Sean Dewar · 2 years, 1 month ago
- 5e3674b patch 9.1.0127: Naming a non-pointer variable "oap" is strange by zeertzjq · 2 years, 1 month ago
- 421b597 patch 9.1.0126: Internal error when using upper-case mark in getregion() by zeertzjq · 2 years, 1 month ago