1. 338f1fc patch 8.2.5023: substitute overwrites allocated buffer by Bram Moolenaar · 3 years, 10 months ago
  2. 9bcb9ca patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion by LemonBoy · 3 years, 10 months ago
  3. 30b9a41 patch 8.2.5021: build fails with normal features and +terminal by Bram Moolenaar · 3 years, 10 months ago
  4. c7e54ef patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' by Milly · 3 years, 10 months ago
  5. 0f7a3e1 patch 8.2.5019: cannot get the first screen column of a character by LemonBoy · 3 years, 10 months ago
  6. c3caa7f patch 8.2.5018: Vim9: some code is not covered by tests by Bram Moolenaar · 3 years, 11 months ago
  7. 8be36ee patch 8.2.5017: gcc 12.1 warns for uninitialized variable by mityu · 3 years, 11 months ago
  8. 2a585c8 patch 8.2.5016: access before start of text with a put command by Bram Moolenaar · 3 years, 11 months ago
  9. bf82df0 patch 8.2.5015: Hoon and Moonscript files are not recognized by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 11 months ago
  10. 4c3d21a patch 8.2.5014: byte offsets are wrong when using text properties by Paul Ollis · 3 years, 11 months ago
  11. 78d5288 patch 8.2.5013: after text formatting cursor may be in an invalid position by Bram Moolenaar · 3 years, 11 months ago
  12. 53737b5 patch 8.2.5012: cannot select one character inside () by LemonBoy · 3 years, 11 months ago
  13. 971f682 patch 8.2.5011: Replacing an autocommand requires several lines by Yegappan Lakshmanan · 3 years, 11 months ago
  14. c9a431c patch 8.2.5010: the terminal debugger uses various global variables by Bram Moolenaar · 3 years, 11 months ago
  15. e8c4a64 patch 8.2.5009: fold may not be closeable after appending by Brandon Simmons · 3 years, 11 months ago
  16. 7e66778 patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment by Bram Moolenaar · 3 years, 11 months ago
  17. 6d24b4f patch 8.2.5007: spell suggestion may use uninitialized memory by Bram Moolenaar · 3 years, 11 months ago
  18. 68e64d2 patch 8.2.5006: asan warns for undefined behavior by Bram Moolenaar · 3 years, 11 months ago
  19. 5b52923 patch 8.2.5005: compiler warning for uninitialized variable by Bram Moolenaar · 3 years, 11 months ago
  20. 338bf58 patch 8.2.5004: right shift on negative number does not work as documented by Bram Moolenaar · 3 years, 11 months ago
  21. a061f34 patch 8.2.5003: cannot do bitwise shifts by Yegappan Lakshmanan · 3 years, 11 months ago
  22. 9b2edfd patch 8.2.5002: deletebufline() may change Visual selection by LemonBoy · 3 years, 11 months ago
  23. 8a37047 patch 8.2.5001: checking translations affects the search pattern history by Bram Moolenaar · 3 years, 11 months ago
  24. 835ee98 patch 8.2.5000: no patch for documentation updates by Bram Moolenaar · 3 years, 11 months ago
  25. aa9729b patch 8.2.4999: filetype test table is not properly sorted by Bram Moolenaar · 3 years, 11 months ago
  26. bce69d6 patch 8.2.4998: Vim9: crash when using multiple funcref() by Bram Moolenaar · 3 years, 11 months ago
  27. 37233f6 patch 8.2.4997: Python: changing hidden buffer can cause display mess up by Bram Moolenaar · 3 years, 11 months ago
  28. 0ad00a7 patch 8.2.4996: setbufline() may change Visual selection by Bram Moolenaar · 3 years, 11 months ago
  29. dafef51 patch 8.2.4995: still a compiler warning for possibly uninitialized variable by Bram Moolenaar · 3 years, 11 months ago
  30. 7e569d0 patch 8.2.4994: tests are using legacy functions by Bram Moolenaar · 3 years, 11 months ago
  31. 8e145b8 patch 8.2.4993: smart/C/lisp indenting is optional by Bram Moolenaar · 3 years, 11 months ago
  32. 5a01caa patch 8.2.4992: compiler warning for possibly uninitialized variable by Bram Moolenaar · 3 years, 11 months ago
  33. 93c1573 patch 8.2.4991: no test for hwat patch 8.1.0535 fixes by zeertzjq · 3 years, 11 months ago
  34. 1a56ea8 patch 8.2.4990: memory leak when :defcompile fails by Bram Moolenaar · 3 years, 11 months ago
  35. f79d9dd patch 8.2.4989: cannot specify a function name for :defcompile by Bram Moolenaar · 3 years, 11 months ago
  36. 0d534d9 patch 8.2.4988: textprop in wrong position when replacing multi-byte chars by LemonBoy · 3 years, 11 months ago
  37. 3fcccf9 patch 8.2.4987: after deletion a small fold may be closable by Brandon Simmons · 3 years, 11 months ago
  38. 8a83ffd patch 8.2.4986: some github actions are outdated by Philip H · 3 years, 11 months ago
  39. 875339b patch 8.2.4985: PVS warns for possible array underrun by Bram Moolenaar · 3 years, 11 months ago
  40. 6dab00a patch 8.2.4984: dragging statusline fails for window with winbar by zeertzjq · 3 years, 11 months ago
  41. b0855f5 patch 8.2.4983: colors test fails in the GUI by Bram Moolenaar · 3 years, 11 months ago
  42. b2b3acb patch 8.2.4982: colors in terminal window are not 100% correct by LemonBoy · 3 years, 11 months ago
  43. 1755a91 patch 8.2.4981: it is not possible to manipulate autocommands by Yegappan Lakshmanan · 3 years, 11 months ago
  44. aaadb5b patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warn by Bram Moolenaar · 3 years, 11 months ago
  45. 28d032c patch 8.2.4979: accessing freed memory when line is flushed by Bram Moolenaar · 3 years, 11 months ago
  46. 360da40 patch 8.2.4978: no error if engine selection atom is not at the start by Christian Brabandt · 3 years, 11 months ago
  47. e2bd860 patch 8.2.4977: memory access error when substitute expression changes window by Bram Moolenaar · 3 years, 11 months ago
  48. b1040dc patch 8.2.4976: Coverity complains about not restoring a saved value by Bram Moolenaar · 3 years, 11 months ago
  49. 51f0bfb patch 8.2.4975: recursive command line loop may cause a crash by Bram Moolenaar · 3 years, 11 months ago
  50. 4748c4b patch 8.2.4974: ":so" command may read after end of buffer by Bram Moolenaar · 3 years, 11 months ago
  51. bd3a9d2 patch 8.2.4973: Vim9: type error for list unpack mentions argument by Bram Moolenaar · 3 years, 11 months ago
  52. 1ff9c44 patch 8.2.4972: Vim9: compilation fails when using dict member when skipping by Bram Moolenaar · 3 years, 11 months ago
  53. 40c141d patch 8.2.4971: Vim9: interpolated string seen as range by Bram Moolenaar · 3 years, 11 months ago
  54. 0d03263 patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does not by Bram Moolenaar · 3 years, 11 months ago
  55. 7ce5b2b patch 8.2.4969: changing text in Visual mode may cause invalid memory access by Bram Moolenaar · 3 years, 11 months ago
  56. 60ae0e7 patch 8.2.4968: reading past end of the line when C-indenting by Bram Moolenaar · 3 years, 11 months ago
  57. 3c25a86 patch 8.2.4967: MS-Windows GUI: mouse event test sometimes fails by Bram Moolenaar · 3 years, 11 months ago
  58. e5162e7 patch 8.2.4966: MS-Windows GUI: mouse event test gets extra event by Bram Moolenaar · 3 years, 11 months ago
  59. 7add8d3 patch 8.2.4965: GUI: testing mouse move event depends on screen cell size by Bram Moolenaar · 3 years, 11 months ago
  60. 3b675c2 patch 8.2.4964: MS-Windows GUI: mouse event test is flaky by Bram Moolenaar · 3 years, 11 months ago
  61. 386c24c patch 8.2.4963: expanding path with "/**" may overrun end of buffer by Bram Moolenaar · 3 years, 11 months ago
  62. 5a8fad3 patch 8.2.4962: files show up in git status by shane.xb.qian · 3 years, 11 months ago
  63. 9f28eeb patch 8.2.4961: build error with a certain combination of features by Bram Moolenaar · 3 years, 11 months ago
  64. 1bdc60e patch 8.2.4960: text properties that cross lines not updated for deleted line by Paul Ollis · 3 years, 11 months ago
  65. b62dc5e patch 8.2.4959: using NULL regexp program by Bram Moolenaar · 3 years, 11 months ago
  66. dd41037 patch 8.2.4958: a couple conditions are always true by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 11 months ago
  67. b559b30 patch 8.2.4957: text properties in a wrong position after a block change by LemonBoy · 3 years, 11 months ago
  68. 395bd1f patch 8.2.4956: reading past end of line with "gf" in Visual block mode by Bram Moolenaar · 3 years, 11 months ago
  69. 788c06a patch 8.2.4955: text property in wrong position after auto-indent by LemonBoy · 3 years, 11 months ago
  70. 698cb4c patch 8.2.4954: inserting line breaks text property spanning two lines by LemonBoy · 3 years, 11 months ago
  71. 2e444bb patch 8.2.4953: with 'si' inserting '}' after completion goes wrong by Bram Moolenaar · 3 years, 11 months ago
  72. 98feace patch 8.2.4952: GUI test will fail if color scheme changes by Bram Moolenaar · 3 years, 11 months ago
  73. de5cf28 patch 8.2.4951: smart indenting done when not enabled by Bram Moolenaar · 3 years, 11 months ago
  74. 4b93674 patch 8.2.4950: text properties position wrong after shifting text by LemonBoy · 3 years, 11 months ago
  75. 31ad32a patch 8.2.4949: Vim9: some code not covered by tests by Bram Moolenaar · 3 years, 11 months ago
  76. d881d15 patch 8.2.4948: cannot use Perl heredoc in nested :def function by Bram Moolenaar · 3 years, 11 months ago
  77. b7a7012 patch 8.2.4947: text properties not adjusted when accepting spell suggestion by LemonBoy · 3 years, 11 months ago
  78. 7f8a3b1 patch 8.2.4946: Vim9: some code not covered by tests by Bram Moolenaar · 3 years, 11 months ago
  79. 9f1983d patch 8.2.4945: inconsistent use of white space by Bram Moolenaar · 3 years, 11 months ago
  80. d0b1a09 patch 8.2.4944: text properties are wrong after "cc" by LemonBoy · 3 years, 11 months ago
  81. 39c46b4 patch 8.2.4943: changing 'switchbuf' may have no effect by Sean Dewar · 3 years, 11 months ago
  82. de21673 patch 8.2.4942: error when setting 'filetype' in help file again by Bram Moolenaar · 3 years, 11 months ago
  83. 82444ce patch 8.2.4941: '[ and '] marks may be wrong after undo by LemonBoy · 3 years, 11 months ago
  84. d0132f4 patch 8.2.4940: some code is never used by Bram Moolenaar · 3 years, 11 months ago
  85. 9af2bc0 patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions by zeertzjq · 3 years, 11 months ago
  86. a59f2df patch 8.2.4938: crash when matching buffer with invalid pattern by Bram Moolenaar · 3 years, 11 months ago
  87. ead2415 patch 8.2.4937: no test for what 8.2.4931 fixes by Bram Moolenaar · 3 years, 11 months ago
  88. a773d84 patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrong by LemonBoy · 3 years, 11 months ago
  89. d98e75e patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold by Brandon Simmons · 4 years ago
  90. 70c4124 patch 8.2.4934: string interpolation fails when not evaluating by Bram Moolenaar · 4 years ago
  91. df6e0e4 patch 8.2.4933: a few more capitalization mistakes in error messages by Bram Moolenaar · 4 years ago
  92. d8f5f76 patch 8.2.4932: not easy to filter the output of maplist() by Ernie Rael · 4 years ago
  93. 0f26762 patch 8.2.4931: Crash with sequence of Perl commands by Bram Moolenaar · 4 years ago
  94. 0abc287 patch 8.2.4930: interpolated string expression requires escaping by Bram Moolenaar · 4 years ago
  95. 57ff526 patch 8.2.4929: off-by-one error in in statusline item by LemonBoy · 4 years ago
  96. 6ed545e patch 8.2.4928: various white space and cosmetic mistakes by Bram Moolenaar · 4 years ago
  97. 2ac037f patch 8.2.4927: return type of remove() incorrect when using three arguments by Bram Moolenaar · 4 years ago
  98. 51f0bc3 patch 8.2.4926: #ifdef for crypt feature around too many lines by zeertzjq · 4 years ago
  99. 53a7028 patch 8.2.4925: trailing backslash may cause reading past end of line by Bram Moolenaar · 4 years ago
  100. 0519ce0 patch 8.2.4924: maparg() may return a string that cannot be reused by zeertzjq · 4 years ago