1. 5fbe72e patch 9.1.1471: completion: inconsistent ordering with CTRL-P by Girish Palya · 7 weeks ago
  2. 82a96e3 patch 9.1.1443: potential buffer underflow in insertchar() by jinyaoguo · 9 weeks ago
  3. 3b9b95d patch 9.1.1425: tabpanel: there are still some problems with the tabpanel by Hirohito Higashi · 10 weeks ago
  4. 0546068 patch 9.1.1408: not easily possible to complete from register content by glepnir · 2 months ago
  5. be5bd4d patch 9.1.1391: Vim does not have a vertical tabpanel by Naruhiko Nishino · 3 months ago
  6. cf7f012 patch 9.1.1305: completion menu active after switching windows/tabs by glepnir · 4 months ago
  7. cf665cc patch 9.1.1295: clientserver: does not handle :stopinsert correctly by Christian Brabandt · 4 months ago
  8. 7b6add0 patch 9.1.1266: MS-Windows: type conversion warnings by Yegappan Lakshmanan · 4 months ago
  9. 583f5ae patch 9.1.1263: string length wrong in get_last_inserted_save() by Christ van Willegen · 4 months ago
  10. 8ac0f73 patch 9.1.1222: using wrong length for last inserted string by John Marriott · 5 months ago
  11. a3a7d10 patch 9.1.1221: Wrong cursor pos when leaving Insert mode just after 'autoindent' by zeertzjq · 5 months ago
  12. 61b3544 patch 9.1.1216: Pasting the '.' register multiple times may not work by zeertzjq · 5 months ago
  13. 3495497 patch 9.1.1212: too many strlen() calls in edit.c by John Marriott · 5 months ago
  14. 0b5fe42 patch 9.1.1169: using global variable for get_insert()/get_lambda_name() by Yee Cheng Chin · 5 months ago
  15. a2c5559 patch 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items by glepnir · 5 months ago
  16. d3c4b7e patch 9.1.1151: too many strlen() calls in getchar.c by John Marriott · 5 months ago
  17. f4b3641 patch 9.1.1137: ins_str() is inefficient by calling STRLEN() by John Marriott · 6 months ago
  18. 52fd867 patch 9.1.1127: preinsert text is not cleaned up correctly by glepnir · 6 months ago
  19. edd4ac3 patch 9.1.1056: Vim doesn't highlight to be inserted text when completing by glepnir · 6 months ago
  20. a2834e1 patch 9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot by Christian Fillion · 10 months ago
  21. 09b80d2 patch 9.1.0704: inserting with a count is inefficient by Ken Takata · 11 months ago
  22. dc373d4 patch 9.1.0617: Cursor moves beyond first line of folded end of buffer by Luuk van Baal · 1 year ago
  23. 88d4f25 patch 9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0 by Gary Johnson · 1 year, 2 months ago
  24. 8eb7523 patch 9.1.0251: Filetype test fails by zeertzjq · 1 year, 4 months ago
  25. 8603270 patch 9.1.0230: TextChanged autocommand not triggered under some circumstances by Christian Brabandt · 1 year, 4 months ago
  26. 8ede7a0 patch 9.1.0218: Unnecessary multiplications in backspace code by zeertzjq · 1 year, 4 months ago
  27. 5a2e3ec patch 9.1.0215: Half-page scrolling does not support smooth-scrolling by Luuk van Baal · 1 year, 4 months ago
  28. 0185c77 patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab' by zeertzjq · 1 year, 5 months ago
  29. 94b7c32 patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() by zeertzjq · 1 year, 5 months ago
  30. bfcc895 patch 9.1.0168: too many STRLEN() calls by John Marriott · 1 year, 5 months ago
  31. 82e079d patch 9.1.0163: Calling STRLEN() to compute ml_line_textlen when not needed by zeertzjq · 1 year, 5 months ago
  32. 7ac1145 patch 9.1.0153: Text properties corrupted with fo+=aw and backspace by zeertzjq · 1 year, 5 months ago
  33. a72d1be patch 9.1.0151: ml_get_buf_len() does not consider text properties by Christian Brabandt · 1 year, 5 months ago
  34. c9e79e5 patch 9.1.0088: TextChanged not triggered for :norm! commands by Christian Brabandt · 1 year, 6 months ago
  35. 92e90a1 patch 9.1.0058: Cannot map Super Keys in GTK UI by Casey Tucker · 1 year, 7 months ago
  36. 7d711fe patch 9.1.0035: i_CTRL-] triggers InsertCharPre by altermo · 1 year, 7 months ago
  37. b1ed7ec patch 9.1.0014: incorrect use of W_WINROW in edit.c by zeertzjq · 1 year, 7 months ago
  38. 184f71c patch 9.1.0006: is*() and to*() function may be unsafe by Keith Thompson · 1 year, 7 months ago
  39. 5b4d1fc patch 9.0.2145: wrong scrolling in insert mode with smoothscroll by zeertzjq · 1 year, 8 months ago
  40. 4bca489 patch 9.0.2075: TextChangedI may not always trigger by Christian Brabandt · 1 year, 10 months ago
  41. d7ae263 patch 9.0.2031: TextChangedI may be triggered by non-insert mode change by Evgeni Chasnovski · 1 year, 10 months ago
  42. d69aecf patch 9.0.1852: i_CTRL-O does not reset Select Mode by pierreganty · 2 years ago
  43. b557f48 patch 9.0.1783: Display issues with virt text smoothscroll and showbreak by zeertzjq · 2 years ago
  44. a109f39 patch 9.0.1599: Cursor not adjusted when 'splitkeep' is not "cursor" by Luuk van Baal · 2 years, 2 months ago
  45. 79cdf02 patch 9.0.1571: RedrawingDisabled not used consistently by Bram Moolenaar · 2 years, 3 months ago
  46. 8667a56 patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h" by Luuk van Baal · 2 years, 3 months ago
  47. 1a08a3e patch 9.0.1429: invalid memory access when ending insert mode by Bram Moolenaar · 2 years, 5 months ago
  48. c174c2e patch 9.0.1428: cursor in wrong position when leaving insert mode by Bram Moolenaar · 2 years, 5 months ago
  49. 4f026ea patch 9.0.1356: cannot cancel "gr" with Esc by zeertzjq · 2 years, 5 months ago
  50. d6a4ea3 patch 9.0.1354: "gr CTRL-G" stays in virtual replace mode by Bram Moolenaar · 2 years, 5 months ago
  51. 3ddb118 patch 9.0.1349: "gr" with a count fails by Bram Moolenaar · 2 years, 6 months ago
  52. 2824d1e patch 9.0.1347: "gr CTRL-O" stays in Insert mode by Bram Moolenaar · 2 years, 6 months ago
  53. a23a11b patch 9.0.1336: functions without arguments are not always declared properly by Yegappan Lakshmanan · 2 years, 6 months ago
  54. 1cfb14a patch 9.0.1166: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 7 months ago
  55. fc966c1 patch 9.0.1126: bracketed paste can be enabled when it is not recognized by Bram Moolenaar · 2 years, 7 months ago
  56. 87c1cbb patch 9.0.1105: code is indented too much by Yegappan Lakshmanan · 2 years, 7 months ago
  57. 3f8f827 patch 9.0.1036: undo misbehaves when writing from an insert mode mapping by Bram Moolenaar · 2 years, 8 months ago
  58. 733a69b patch 9.0.0980: the keyboard state response may end up in a shell command by Bram Moolenaar · 2 years, 8 months ago
  59. 63a2e36 patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug by Bram Moolenaar · 2 years, 9 months ago
  60. 35fc61c patch 9.0.0917: the WinScrolled autocommand event is not enough by Bram Moolenaar · 2 years, 9 months ago
  61. 44c2209 patch 9.0.0886: horizontal mouse scroll only works in the GUI by Christopher Plewright · 2 years, 9 months ago
  62. c9121f7 patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll' by Bram Moolenaar · 2 years, 10 months ago
  63. ba43e76 patch 9.0.0747: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
  64. 2fbabd2 patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll' by Bram Moolenaar · 2 years, 10 months ago
  65. f3ef026 patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo' by Bram Moolenaar · 2 years, 10 months ago
  66. 7904fa4 patch 9.0.0657: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
  67. 26f09ea patch 9.0.0608: with spelling, deleting a full stop does not update next line by Bram Moolenaar · 2 years, 11 months ago
  68. 7c1cbb6 patch 9.0.0603: with 'nosplitscroll' folds are not handled correctly by Luuk van Baal · 2 years, 11 months ago
  69. ee09fcc patch 9.0.0590: after exiting Insert mode spelling not checked in next line by Bram Moolenaar · 2 years, 11 months ago
  70. e98c88c patch 9.0.0218: reading before the start of the line by Bram Moolenaar · 3 years ago
  71. a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
  72. 1f4ee19 patch 9.0.0130: cursor position wrong when inserting around virtual text by Bram Moolenaar · 3 years ago
  73. 101d57b patch 9.0.0124: code has more indent than needed by zeertzjq · 3 years ago
  74. 7f9969c patch 9.0.0067: cannot show virtual text by Bram Moolenaar · 3 years ago
  75. fa4873c patch 9.0.0013: reproducing memory access errors can be difficult by Bram Moolenaar · 3 years, 1 month ago
  76. 0971c7a patch 8.2.5162: reading before the start of the line with BS in Replace mode by Bram Moolenaar · 3 years, 1 month ago
  77. 1d97db3 patch 8.2.5056: the channel log only contains some of the raw terminal output by Bram Moolenaar · 3 years, 2 months ago
  78. cfe4565 patch 8.2.5029: "textlock" is always zero by zeertzjq · 3 years, 2 months ago
  79. 8e145b8 patch 8.2.4993: smart/C/lisp indenting is optional by Bram Moolenaar · 3 years, 3 months ago
  80. 7ce5b2b patch 8.2.4969: changing text in Visual mode may cause invalid memory access by Bram Moolenaar · 3 years, 3 months ago
  81. de5cf28 patch 8.2.4951: smart indenting done when not enabled by Bram Moolenaar · 3 years, 3 months ago
  82. 6ed545e patch 8.2.4928: various white space and cosmetic mistakes by Bram Moolenaar · 3 years, 3 months ago
  83. 2495910 patch 8.2.4911: the mode #defines are not clearly named by Bram Moolenaar · 3 years, 3 months ago
  84. dfbdadc patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell by Christian Brabandt · 3 years, 3 months ago
  85. cd5dbad patch 8.2.4865: :startinsert right after :stopinsert may not work by zeertzjq · 3 years, 3 months ago
  86. bad8a01 patch 8.2.4846: termcodes test fails by zeertzjq · 3 years, 3 months ago
  87. 31e5c60 patch 8.2.4753: error from setting an option is silently ignored by Bram Moolenaar · 3 years, 4 months ago
  88. d58862d patch 8.2.4739: accessing freed memory after WinScrolled autocmd event by zeertzjq · 3 years, 4 months ago
  89. 2bf52dd patch 8.2.4723: the ModeChanged autocmd event is inefficient by LemonBoy · 3 years, 4 months ago
  90. 0937182 patch 8.2.4713: plugins cannot track text scrolling by LemonBoy · 3 years, 4 months ago
  91. ac72c21 patch 8.2.4710: smart indenting does not work after completion by Christian Brabandt · 3 years, 4 months ago
  92. 8c97960 patch 8.2.4707: redrawing could be a bit more efficient by zeertzjq · 3 years, 4 months ago
  93. 782c674 patch 8.2.4660: cursorcolumn is sometimes not correct by Bram Moolenaar · 3 years, 4 months ago
  94. 3e559cd patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline' by zeertzjq · 3 years, 4 months ago
  95. bf269ed patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline" by Bram Moolenaar · 3 years, 5 months ago
  96. 424bcae patch 8.2.4273: the EBCDIC support is outdated by Bram Moolenaar · 3 years, 6 months ago
  97. 420fabc patch 8.2.4241: some type casts are redundant by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 6 months ago
  98. 806d037 patch 8.2.4218: illegal memory access with bracketed paste in Ex mode by Bram Moolenaar · 3 years, 7 months ago
  99. 502d8ae patch 8.2.4203: entering a character with CTRL-V may include modifiers by zeertzjq · 3 years, 7 months ago
  100. e32c3c4 patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping by Bram Moolenaar · 3 years, 7 months ago