1. d9be94c patch 9.1.0581: Various lines are indented inconsistently by zeertzjq · 1 year, 1 month ago
  2. 8c85a2a patch 9.1.0426: too many strlen() calls in search.c by John Marriott · 1 year, 3 months ago
  3. 2f02638 patch 9.1.0139: MS-Windows: ligatures map cleared on startup by Erik S. V. Jansson · 1 year, 5 months ago
  4. 8b1e749 patch 9.1.0133: MS-Windows: ligatures not rendering correctly by Erik S. V. Jansson · 1 year, 6 months ago
  5. 6e0a18f patch 9.1.0064: No Wayland support by lilydjwg · 1 year, 6 months ago
  6. 988f743 patch 9.1.0047: issues with temp curwin/buf while cmdwin is open by Sean Dewar · 2 years ago
  7. 184f71c patch 9.1.0006: is*() and to*() function may be unsafe by Keith Thompson · 1 year, 7 months ago
  8. 20d161a patch 9.0.1992: [security] segfault in exmode by Christian Brabandt · 1 year, 10 months ago
  9. 097c537 patch 9.0.1576: users may not know what to do with an internal error by Bram Moolenaar · 2 years, 3 months ago
  10. 08210f8 patch 9.0.1450: MacOS: building fails if clock_gettime() is not available by Bram Moolenaar · 2 years, 4 months ago
  11. 5b9f572 patch 9.0.1328: error when using "none" for GUI color is confusing by Bram Moolenaar · 2 years, 6 months ago
  12. 7f8b255 patch 9.0.1158: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 7 months ago
  13. 35fc61c patch 9.0.0917: the WinScrolled autocommand event is not enough by Bram Moolenaar · 2 years, 9 months ago
  14. 44c2209 patch 9.0.0886: horizontal mouse scroll only works in the GUI by Christopher Plewright · 2 years, 9 months ago
  15. 161b6ac patch 9.0.0880: preprocessor indenting is off by K.Takata · 2 years, 9 months ago
  16. 7b224fd patch 9.0.0844: handling 'statusline' errors is spread out by Luuk van Baal · 2 years, 9 months ago
  17. a25f718 patch 9.0.0838: compiler warnings for unused variables by Bram Moolenaar · 2 years, 9 months ago
  18. 7904fa4 patch 9.0.0657: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
  19. 2834ebd patch 9.0.0396: :findrepl does not escape '&' and '~' properly by matveyt · 3 years ago
  20. c8ac3a0 patch 9.0.0375: the footer feature is unused by Bram Moolenaar · 3 years ago
  21. a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
  22. b26592a patch 9.0.0050: split else-of is confusing by Bram Moolenaar · 3 years, 1 month ago
  23. 84f5463 patch 9.0.0007: no support for double, dotted and dashed underlines by Bram Moolenaar · 3 years, 1 month ago
  24. ee47eac patch 9.0.0003: functions are global while they could be local by Yegappan Lakshmanan · 3 years, 1 month ago
  25. c72e31d patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors by Bram Moolenaar · 3 years, 2 months ago
  26. 2d12c25 patch 8.2.5084: when the GUI shows a dialog tests get stuck by Bram Moolenaar · 3 years, 2 months ago
  27. 6ed545e patch 8.2.4928: various white space and cosmetic mistakes by Bram Moolenaar · 3 years, 3 months ago
  28. 2495910 patch 8.2.4911: the mode #defines are not clearly named by Bram Moolenaar · 3 years, 3 months ago
  29. 31e5c60 patch 8.2.4753: error from setting an option is silently ignored by Bram Moolenaar · 3 years, 4 months ago
  30. d58862d patch 8.2.4739: accessing freed memory after WinScrolled autocmd event by zeertzjq · 3 years, 4 months ago
  31. 0937182 patch 8.2.4713: plugins cannot track text scrolling by LemonBoy · 3 years, 4 months ago
  32. 0b962e5 patch 8.2.4677: the Athena GUI support is outdated by Bram Moolenaar · 3 years, 4 months ago
  33. c4cb544 patch 8.2.4674: cannot force getting MouseMove events by Ernie Rael · 3 years, 4 months ago
  34. f8e43f6 patch 8.2.4619: mapping is cancelled when mouse moves and popup is visible by Bram Moolenaar · 3 years, 5 months ago
  35. 6e1d31e patch 8.2.4288: preprocessor indents are inconsistent by K.Takata · 3 years, 6 months ago
  36. 424bcae patch 8.2.4273: the EBCDIC support is outdated by Bram Moolenaar · 3 years, 6 months ago
  37. 94373c4 patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't work by K.Takata · 3 years, 6 months ago
  38. c81e9bf patch 8.2.4109: MS-Windows: high dpi support is outdated by K.Takata · 3 years, 7 months ago
  39. 9d00e4a patch 8.2.4010: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  40. a6f7929 patch 8.2.4005: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  41. 1d423ef patch 8.2.3987: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  42. cbadefe patch 8.2.3975: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  43. 6d05701 patch 8.2.3959: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  44. af4a61a patch 8.2.3914: various spelling mistakes in comments by Dominique Pelle · 3 years, 7 months ago
  45. 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 3 years, 8 months ago
  46. f566666 patch 8.2.3691: build failure with small features by Bram Moolenaar · 3 years, 8 months ago
  47. 2e0f3ec patch 8.2.3688: the window title is not updated when dragging the scrollbar by Christian Brabandt · 3 years, 8 months ago
  48. 4671e88 patch 8.2.3648: "verbose pwd" is incorrect after dropping files on Vim by Bram Moolenaar · 3 years, 9 months ago
  49. ce59b9f patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrong by Dusan Popovic · 3 years, 9 months ago
  50. e30d102 patch 8.2.3562: cannot add color names by Drew Vogel · 3 years, 10 months ago
  51. 4eeedc0 patch 8.2.3524: GUI: ligatures are not used by Dusan Popovic · 3 years, 10 months ago
  52. e29a27f patch 8.2.3190: error messages are spread out by Bram Moolenaar · 4 years, 1 month ago
  53. 18d4658 patch 8.2.3040: GUI: dropping files not tested by Yegappan Lakshmanan · 4 years, 2 months ago
  54. 445f11d patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visible by Bram Moolenaar · 4 years, 2 months ago
  55. 3552e74 patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed by Bram Moolenaar · 4 years, 2 months ago
  56. 09f067f patch 8.2.2754: :sleep! does not always hide the cursor by Bram Moolenaar · 4 years, 4 months ago
  57. 3a3b691 patch 8.2.2048: Amiga: obsolete code by Bram Moolenaar · 4 years, 9 months ago
  58. e100440 patch 8.2.1898: command modifier parsing always uses global cmdmod by Bram Moolenaar · 4 years, 10 months ago
  59. 097148e patch 8.2.1422: the Mac GUI implementation is outdated by Bram Moolenaar · 5 years ago
  60. af50e89 patch 8.2.1336: build failure on non-Unix systems by Bram Moolenaar · 5 years ago
  61. 4e1d8bd patch 8.2.1335: CTRL-C in the GUI doesn't interrupt by Bram Moolenaar · 5 years ago
  62. 203ec77 patch 8.2.1228: scrollbars not flush against the window edges when maximised by Bram Moolenaar · 5 years ago
  63. ad772a6 patch 8.2.0870: MS-Windows: Control keys don't work in the GUI by Bram Moolenaar · 5 years ago
  64. f4ae6b2 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI by Bram Moolenaar · 5 years ago
  65. ca5bc74 patch 8.2.0833: mapping <C-bslash> doesn't work in the GUI by Bram Moolenaar · 5 years ago
  66. 8720226 patch 8.2.0816: terminal test fails when compiled with Athena by Bram Moolenaar · 5 years ago
  67. 9e17514 patch 8.2.0671: Haiku: compiler warnings by Bram Moolenaar · 5 years ago
  68. 2c5ed4e patch 8.2.0612: Vim9: no check for space before #comment by Bram Moolenaar · 5 years ago
  69. acc770a patch 8.2.0554: the GUI doesn't set t_Co by Bram Moolenaar · 5 years ago
  70. aeea721 patch 8.2.0500: using the same loop in many places by Bram Moolenaar · 5 years ago
  71. 7c003aa patch 8.2.0468: GUI: pixel dust with some fonts and characters by Bram Moolenaar · 5 years ago
  72. db99f9f patch 8.2.0436: no warnings for incorrect printf arguments by Bram Moolenaar · 5 years ago
  73. b3f7406 patch 8.2.0320: no Haiku support by Bram Moolenaar · 5 years ago
  74. c036e87 patch 8.2.0295: highlighting for :s wrong when using different separator by Bram Moolenaar · 5 years ago
  75. 4b96df5 patch 8.2.0156: various typos in source files and tests by Bram Moolenaar · 6 years ago
  76. 8a7d654 patch 8.2.0149: maintaining a Vim9 branch separately is more work by Bram Moolenaar · 6 years ago
  77. 257a396 patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled by Bram Moolenaar · 6 years ago
  78. 5398955 patch 8.2.0035: saving and restoring called_emsg is clumsy by Bram Moolenaar · 6 years ago
  79. 0ce3733 patch 8.2.0022: click in popup window doesn't close it in the GUI by Bram Moolenaar · 6 years ago
  80. 3061390 patch 8.1.2380: using old C style comments by Bram Moolenaar · 6 years ago
  81. 05ad5ff patch 8.1.2371: FEAT_TEXT_PROP is a confusing name by Bram Moolenaar · 6 years ago
  82. 7bae0b1 patch 8.1.2331: the option.c file is still very big by Bram Moolenaar · 6 years ago
  83. 5461258 patch 8.1.2327: cannot build with Hangul input by Bram Moolenaar · 6 years ago
  84. eda1da0 patch 8.1.2313: debugging where a delay comes from is not easy by Bram Moolenaar · 6 years ago
  85. 0630bb6 patch 8.1.2254: MS-Windows: mouse scroll wheel doesn't work in popup by Bram Moolenaar · 6 years ago
  86. 92ea26b patch 8.1.2173: searchit() has too many arguments by Bram Moolenaar · 6 years ago
  87. 50bf7ce patch 8.1.2034: dark them of GTK 3 not supported by Bram Moolenaar · 6 years ago
  88. e2c453d patch 8.1.1901: the +insert_expand feature is not always available by Bram Moolenaar · 6 years ago
  89. 5843f5f patch 8.1.1891: functions used in one file are global by Bram Moolenaar · 6 years ago
  90. c728307 patch 8.1.1702: compiler warning for uninitialized variable by Bram Moolenaar · 6 years ago
  91. 0231f83 patch 8.1.1670: sign column not always properly aligned by Bram Moolenaar · 6 years ago
  92. 49fe95f patch 8.1.1652: GUI: popup window doesn't close on mouse movement by Bram Moolenaar · 6 years ago
  93. 899f20d patch 8.1.1643: sign placement is wrong when 'foldcolumn' is set by Bram Moolenaar · 6 years ago
  94. 2b044ff patch 8.1.1587: redraw problem when sign icons in the number column by Bram Moolenaar · 6 years ago
  95. 4dff4ae patch 8.1.1570: icon signs not displayed properly in the number column by Bram Moolenaar · 6 years ago
  96. 451d4b5 patch 8.1.1520: popup windows are ignored when dealing with mouse position by Bram Moolenaar · 6 years ago
  97. 3397f74 patch 8.1.1453: popup window "moved" property not implemented yet by Bram Moolenaar · 6 years ago
  98. 964b374 patch 8.1.1384: using "int" for alloc() often results in compiler warnings by Bram Moolenaar · 6 years ago
  99. 99499b1 patch 8.1.1371: cannot recover from a swap file by Bram Moolenaar · 6 years ago
  100. 68cbb14 patch 8.1.1304: MS-Windows: compiler warning for unused value by Bram Moolenaar · 6 years ago