1. 52ecc76 patch 9.1.0123: MS-Windows: system() may deadlock by GuyBrush · 1 year, 6 months ago
  2. 1f13fcc patch 9.1.0028: win32: Ctrl-D cannot be used to close a pipe by GuyBrush · 1 year, 7 months ago
  3. 184f71c patch 9.1.0006: is*() and to*() function may be unsafe by Keith Thompson · 1 year, 7 months ago
  4. 38bea30 patch 9.0.2186: LTCG compile error ARM64 for write_chars by Saleem Abdulrasool · 1 year, 7 months ago
  5. 6cd2d1d patch 9.0.2099: win32: terminal codes clear the terminal by Nir Lichtman · 1 year, 9 months ago
  6. 119fdd9 patch 9.0.1980: win32: issues with stable python ABI by Ken Takata · 1 year, 10 months ago
  7. ad29f6a patch 9.0.1901: win32: not correctly freeing environment by Ken Takata · 1 year, 11 months ago
  8. f5d0f54 patch 9.0.1769: executable() ignoring symlinks on Windows by AmberArr · 2 years ago
  9. f741e3e patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entries by K.Takata · 2 years, 3 months ago
  10. 378447f patch 9.0.1544: recent glibc marks sigset() as a deprecated by ichizok · 2 years, 3 months ago
  11. c9471b1 patch 9.0.1529: code style test doesn't check for space after "if" by Bram Moolenaar · 2 years, 3 months ago
  12. 960dcbd patch 9.0.1391: "clear" macros are not always used by Yegappan Lakshmanan · 2 years, 5 months ago
  13. 14113fd patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file by Yegappan Lakshmanan · 2 years, 5 months ago
  14. ce3189d patch 9.0.1313: some settings use the current codepage instead of 'encoding' by K.Takata · 2 years, 6 months ago
  15. f75a2cb patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit by Christopher Plewright · 2 years, 6 months ago
  16. fadc02a patch 9.0.1251: checking returned value of ga_grow() is inconsistent by Yegappan Lakshmanan · 2 years, 6 months ago
  17. dc7179f patch 9.0.1235: MS-Windows console: not flushing termguicolors by Christopher Plewright · 2 years, 7 months ago
  18. d343c60 patch 9.0.1232: ColorTable saving and restoring does not work properly by Christopher Plewright · 2 years, 7 months ago
  19. a41e221 patch 9.0.1208: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 7 months ago
  20. 566f76e patch 9.0.1169: some key+modifier tests fail on some AppVeyor images by Christopher Plewright · 2 years, 7 months ago
  21. c8b2049 patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappable by Christopher Plewright · 2 years, 7 months ago
  22. 7b0afc1 patch 9.0.1112: test_mswin_event() can hang by Christopher Plewright · 2 years, 7 months ago
  23. 9fca133 patch 9.0.1088: clang warns for unused variable by Bram Moolenaar · 2 years, 8 months ago
  24. c8b126d patch 9.0.1086: display wrong in Windows terminal after exiting Vim by Christopher Plewright · 2 years, 8 months ago
  25. 9b8a365 patch 9.0.1085: compiler warns for uninitialized variable by Bram Moolenaar · 2 years, 8 months ago
  26. 20b795e patch 9.0.1084: code handling low level MS-Windows events cannot be tested by Christopher Plewright · 2 years, 8 months ago
  27. 4c5678f patch 9.0.0977: it is not easy to see what client-server commands are doing by Bram Moolenaar · 2 years, 8 months ago
  28. e76062c patch 9.0.0965: using one window for executing autocommands is insufficient by Bram Moolenaar · 2 years, 8 months ago
  29. 36446bb patch 9.0.0931: MS-Windows: mouse column limited to 223 by Christopher Plewright · 2 years, 9 months ago
  30. 0319306 patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll event by Christopher Plewright · 2 years, 9 months ago
  31. 161b6ac patch 9.0.0880: preprocessor indenting is off by K.Takata · 2 years, 9 months ago
  32. 1140b51 patch 9.0.0868: MS-Windows: after Vim exits console resizing problem by Christopher Plewright · 2 years, 9 months ago
  33. 38804d6 patch 9.0.0850: MS-Windows Terminal has unstable color control by Christopher Plewright · 2 years, 9 months ago
  34. a25f718 patch 9.0.0838: compiler warnings for unused variables by Bram Moolenaar · 2 years, 9 months ago
  35. c57b5bc patch 9.0.0828: various typos by dundargoc · 2 years, 9 months ago
  36. 4c36678 patch 9.0.0802: MS-Windows: cannot map console mouse scroll events by Christopher Plewright · 2 years, 10 months ago
  37. 605d02a patch 9.0.0793: MS-Windows: mouse scroll events only work with the dll by Christopher Plewright · 2 years, 10 months ago
  38. bf72e0c patch 9.0.0792: MS-Windows: compiler complains about unused function by Bram Moolenaar · 2 years, 10 months ago
  39. 9298a99 patch 9.0.0787: mouse scrolling in terminal misbehaves without dll by Christopher Plewright · 2 years, 10 months ago
  40. 2a46f81 patch 9.0.0775: MS-Windows: mouse scrolling not supported in the console by Christopher Plewright · 2 years, 10 months ago
  41. 2f7e1b8 patch 9.0.0655: passing modifier codes to a shell running in the GUI by Bram Moolenaar · 2 years, 10 months ago
  42. 01c34e7 patch 9.0.0653: BS and DEL do not work properly in an interacive shell by Bram Moolenaar · 2 years, 10 months ago
  43. 27b53be patch 9.0.0496: no good reason to keep supporting Windows-XP by K.Takata · 2 years, 11 months ago
  44. 2da11a4 patch 9.0.0436: CI: running tests in parallel causes flakiness by K.Takata · 2 years, 11 months ago
  45. e53a0d4 patch 9.0.0392: inverted condition is a bit confusing by K.Takata · 3 years ago
  46. df5320c patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal by K.Takata · 3 years ago
  47. e42c8da patch 9.0.0344: MS-Windows: background color wrong in Console by Yasuhiro Matsumoto · 3 years ago
  48. a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
  49. 155f2d1 patch 8.2.5141: using "volatile int" in a signal handler might be wrong by Bram Moolenaar · 3 years, 2 months ago
  50. 1f30caf patch 8.2.5129: timeout handling is not optimal by Bram Moolenaar · 3 years, 2 months ago
  51. 09f68a5 patch 8.2.5125: MS-Windows: warnings from MinGW compiler by Yasuhiro Matsumoto · 3 years, 2 months ago
  52. a34b446 patch 8.2.5077: various warnings from clang on MS-Windows by Yegappan Lakshmanan · 3 years, 2 months ago
  53. 35d7a2f patch 8.2.5073: clang on MS-Windows produces warnings by Bram Moolenaar · 3 years, 2 months ago
  54. ebb01bd patch 8.2.5069: various warnings from clang on MS-Windows by Yegappan Lakshmanan · 3 years, 2 months ago
  55. 6574577 patch 8.2.5057: using gettimeofday() for timeout is very inefficient by Paul Ollis · 3 years, 2 months ago
  56. 9f1983d patch 8.2.4945: inconsistent use of white space by Bram Moolenaar · 3 years, 3 months ago
  57. 2495910 patch 8.2.4911: the mode #defines are not clearly named by Bram Moolenaar · 3 years, 3 months ago
  58. aa04e1b patch 8.2.4906: MS-Windows: cannot use transparent background by Yasuhiro Matsumoto · 3 years, 3 months ago
  59. 40fd7e6 patch 8.2.4875: MS-Windows: some .exe files are not recognized by LemonBoy · 3 years, 3 months ago
  60. 05cf63e patch 8.2.4860: MS-Windows: always uses current directory for executables by Yasuhiro Matsumoto · 3 years, 3 months ago
  61. 75ab590 Update runtime files by Bram Moolenaar · 3 years, 4 months ago
  62. c9a9a0a patch 8.2.4742: there is no way to start logging very early in startup by Bram Moolenaar · 3 years, 4 months ago
  63. d68b2fc patch 8.2.4354: dynamic loading of libsodium not handled properly by K.Takata · 3 years, 6 months ago
  64. 63ff72a patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails by Bram Moolenaar · 3 years, 6 months ago
  65. 972db23 patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated by K.Takata · 3 years, 6 months ago
  66. 5411910 patch 8.2.4289: warnings reported by MSVC by K.Takata · 3 years, 6 months ago
  67. 6e1d31e patch 8.2.4288: preprocessor indents are inconsistent by K.Takata · 3 years, 6 months ago
  68. 135e152 patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4 by K.Takata · 3 years, 6 months ago
  69. 76687d2 patch 8.2.4213: too much code for supporting old MSVC versions by K.Takata · 3 years, 7 months ago
  70. c351dc1 patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful by K.Takata · 3 years, 7 months ago
  71. b7057bd patch 8.2.4170: MS-Windows: still using old message API calls by K.Takata · 3 years, 7 months ago
  72. 04935fb patch 8.2.4043: using int for second argument of ga_init2() by Bram Moolenaar · 3 years, 7 months ago
  73. ac78dd4 patch 8.2.3985: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  74. 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  75. af4a61a patch 8.2.3914: various spelling mistakes in comments by Dominique Pelle · 3 years, 7 months ago
  76. 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 3 years, 8 months ago
  77. 0526815 patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied by Bram Moolenaar · 3 years, 9 months ago
  78. fd916d6 patch 8.2.3569: error for :let when vimrc is Vim 9 script by Christian Brabandt · 3 years, 9 months ago
  79. 1a3e574 patch 8.2.3208: dynamic library load error does not mention why it failed by Martin Tournoij · 4 years, 1 month ago
  80. a3d1b29 patch 8.2.3079: Powershell core not supported by default by Mike Williams · 4 years, 1 month ago
  81. 1279502 patch 8.2.3071: shell options are not set properly for PowerShell by Mike Williams · 4 years, 1 month ago
  82. dc73b4b patch 8.2.2962: MS-Windows command line arguments have wrong encoding by K.Takata · 4 years, 2 months ago
  83. eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 2 months ago
  84. 6ef5ab5 patch 8.2.2913: MS-Windows conpty supports using mouse events by Wez Furlong · 4 years, 2 months ago
  85. 4eb1914 patch 8.2.2874: MS-Windows: screen redraws too often by matveyt · 4 years, 3 months ago
  86. e08795e patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are set by matveyt · 4 years, 3 months ago
  87. 3d0e7a9 patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLE by Bram Moolenaar · 4 years, 3 months ago
  88. d23f8bd patch 8.2.2793: MS-Windows: string literals are writable with MSVC by Bram Moolenaar · 4 years, 4 months ago
  89. 6d4c1c7 patch 8.2.2787: MS-Windows: crash when using :echoconsole by Bram Moolenaar · 4 years, 4 months ago
  90. e7bebc4 patch 8.2.2451: MS-Windows: Extended Attributes not preserved by Bram Moolenaar · 4 years, 6 months ago
  91. 8e7d622 patch 8.2.2160: various typos by Bram Moolenaar · 4 years, 8 months ago
  92. 29d2f45 patch 8.2.2091: MS-Windows: build warnings by Bram Moolenaar · 4 years, 8 months ago
  93. c478ee3 patch 8.2.2076: MS-Windows console: sometimes drops typed characters by Bram Moolenaar · 4 years, 8 months ago
  94. bbf9f34 patch 8.2.1975: Win32: memory leak when encoding conversion fails by Bram Moolenaar · 4 years, 9 months ago
  95. 7ca86fe patch 8.2.1582: the channel log does not show typed text by Bram Moolenaar · 5 years ago
  96. 0981c87 patch 8.2.1513: cannot interrupt shell used for filename expansion by Bram Moolenaar · 5 years ago
  97. 71ccd03 patch 8.2.0967: unnecessary type casts for vim_strnsave() by Bram Moolenaar · 5 years ago
  98. 95da136 patch 8.2.0850: MS-Windows: exepath() works different from cmd.exe by Bram Moolenaar · 5 years ago
  99. 06b7b58 patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws by Bram Moolenaar · 5 years ago
  100. 1e1d2e8 patch 8.2.0793: MS-Windows: cannot build GUI with small features by Bram Moolenaar · 5 years ago