1. fadc02a patch 9.0.1251: checking returned value of ga_grow() is inconsistent by Yegappan Lakshmanan · 2 years, 6 months ago
  2. 6ec6666 patch 9.0.1237: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 6 months ago
  3. a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 2 years, 7 months ago
  4. ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 2 years, 8 months ago
  5. 0abd6cf patch 9.0.0750: crash when popup closed in callback by Bram Moolenaar · 2 years, 10 months ago
  6. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
  7. 5ff595d patch 9.0.0284: using static buffer for multiple completion functions by Bram Moolenaar · 3 years ago
  8. af9a600 patch 9.0.0283: cannot complete "syn list @cluster" by bfredl · 3 years ago
  9. a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
  10. 101d57b patch 9.0.0124: code has more indent than needed by zeertzjq · 3 years ago
  11. 6f0cf62 patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr by Bram Moolenaar · 3 years, 1 month ago
  12. 6574577 patch 8.2.5057: using gettimeofday() for timeout is very inefficient by Paul Ollis · 3 years, 2 months ago
  13. ca7e86c patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter by zeertzjq · 3 years, 4 months ago
  14. f26c161 patch 8.2.4704: using "else" after return or break increases indent by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 4 months ago
  15. ac48506 patch 8.2.4615: mapping with escaped bar does not work in :def function by Bram Moolenaar · 3 years, 4 months ago
  16. ae6f1d8 patch 8.2.4402: missing parenthesis may cause unexpected problems by kylo252 · 3 years, 6 months ago
  17. 0c1550d patch 8.2.4307: a few more messages should not be translated by Bram Moolenaar · 3 years, 6 months ago
  18. cd53eed patch 8.2.4303: a few messages should not be translated by Dominique Pelle · 3 years, 6 months ago
  19. 04935fb patch 8.2.4043: using int for second argument of ga_init2() by Bram Moolenaar · 3 years, 7 months ago
  20. d82a47d patch 8.2.4012: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  21. 9d00e4a patch 8.2.4010: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  22. 677658a patch 8.2.4008: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  23. ac78dd4 patch 8.2.3985: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  24. 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  25. 436b5ad patch 8.2.3961: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  26. c8a9fe5 patch 8.2.3631: "syntax enable" does not work properly in Vim9 context by Bram Moolenaar · 3 years, 9 months ago
  27. 63b9173 patch 8.2.3297: cannot use all commands inside a {} block by Bram Moolenaar · 4 years ago
  28. e29a27f patch 8.2.3190: error messages are spread out by Bram Moolenaar · 4 years ago
  29. eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 2 months ago
  30. 2e240bd patch 8.2.2761: using "syn include" does not work properly by Bram Moolenaar · 4 years, 4 months ago
  31. e5a2dc8 patch 8.2.2289: Vim9: 'cpo' can become empty by Bram Moolenaar · 4 years, 7 months ago
  32. b46f57e patch 8.2.2068: transparent syntax item uses start/end of containing region by Bram Moolenaar · 4 years, 8 months ago
  33. 8131967 patch 8.2.2042: build failure with +profile but without +reltime by Bram Moolenaar · 4 years, 8 months ago
  34. 9950280 patch 8.2.2011: "syn sync" reports a very large number by Bram Moolenaar · 4 years, 9 months ago
  35. d1f76af patch 8.2.1678: crash when using ":set" after ":ownsyntax" by Bram Moolenaar · 4 years, 11 months ago
  36. 58bb61c patch 8.2.1171: possible crash when out of memory by Bram Moolenaar · 5 years ago
  37. 71ccd03 patch 8.2.0967: unnecessary type casts for vim_strnsave() by Bram Moolenaar · 5 years ago
  38. df44a27 patch 8.2.0928: many type casts are used for vim_strnsave() by Bram Moolenaar · 5 years ago
  39. e35a52a patch 8.2.0865: syntax foldlevel is taken from the start of the line by Bram Moolenaar · 5 years ago
  40. 1966c24 patch 8.2.0613: Vim9: no check for space before #comment by Bram Moolenaar · 5 years ago
  41. a80faa8 patch 8.2.0559: clearing a struct is verbose by Bram Moolenaar · 5 years ago
  42. 00d253e patch 8.2.0523: loops are repeated by Bram Moolenaar · 5 years ago
  43. e8c4abb patch 8.2.0502: Vim9: some code is not tested by Bram Moolenaar · 5 years ago
  44. 8a7d654 patch 8.2.0149: maintaining a Vim9 branch separately is more work by Bram Moolenaar · 6 years ago
  45. 0d6f5d9 patch 8.1.2395: using old C style comments by Bram Moolenaar · 6 years ago
  46. 4bbfb0f patch 8.1.1950: using NULL pointer after an out-of-memory by Bram Moolenaar · 6 years ago
  47. 0a52df5 patch 8.1.1887: the +cmdline_compl feature is not in the tiny version by Bram Moolenaar · 6 years ago
  48. 47ed553 patch 8.1.1827: allocating more memory than needed for extended structs by Bram Moolenaar · 6 years ago
  49. 2ac6e82 patch 8.1.1699: highlight_ga can be local instead of global by Bram Moolenaar · 6 years ago
  50. f9cc9f2 patch 8.1.1693: syntax coloring and highlighting is in one big file by Bram Moolenaar · 6 years ago
  51. 8071cb2 patch 8.1.1667: flags for Ex commands may clash with other symbols by Bram Moolenaar · 6 years ago
  52. a83e700 patch 8.1.1613: popup window test fails with Athena and Motif by Bram Moolenaar · 6 years ago
  53. 548be7f patch 8.1.1606: on a narrow screen ":hi" output is confusing by Bram Moolenaar · 6 years ago
  54. 88c47aa patch 8.1.1595: MS-Windows with VIMDLL: colors wrong in console by Bram Moolenaar · 6 years ago
  55. c799fe2 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts by Bram Moolenaar · 6 years ago
  56. 80f9542 patch 8.1.1397: build fails in tiny version by Bram Moolenaar · 6 years ago
  57. 51e1438 patch 8.1.1393: unnecessary type casts by Bram Moolenaar · 6 years ago
  58. 18a4ba2 patch 8.1.1386: unessesary type casts for lalloc() by Bram Moolenaar · 6 years ago
  59. 964b374 patch 8.1.1384: using "int" for alloc() often results in compiler warnings by Bram Moolenaar · 6 years ago
  60. f90b6e0 patch 8.1.1308: the Normal highlight is not defined when compiled with GUI by Bram Moolenaar · 6 years ago
  61. eae1b91 patch 8.1.1306: Borland support is outdated and doesn't work by Bram Moolenaar · 6 years ago
  62. afde13b patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe by Bram Moolenaar · 6 years ago
  63. 5431589 patch 8.1.1209: clever compiler warns for buffer being too small by Bram Moolenaar · 6 years ago
  64. 4f97475 patch 8.1.0941: macros for MS-Windows are inconsistent by Bram Moolenaar · 6 years ago
  65. 264b74f patch 8.1.0810: too many #ifdefs by Bram Moolenaar · 7 years ago
  66. 113e107 patch 8.1.0785: depending on the configuration some functions are unused by Bram Moolenaar · 7 years ago
  67. 32526b3 patch 8.1.0779: argument for message functions is inconsistent by Bram Moolenaar · 7 years ago
  68. f9e3e09 patch 8.1.0743: giving error messages is not flexible by Bram Moolenaar · 7 years ago
  69. f86db78 patch 8.1.0495: :filter only supports some commands by Bram Moolenaar · 7 years ago
  70. 6dff58f patch 8.1.0443: unnecessary static function prototypes by Bram Moolenaar · 7 years ago
  71. 95892c2 patch 8.1.0437: may access freed memory when syntax HL times out by Bram Moolenaar · 7 years ago
  72. f29c1c6 patch 8.1.0362: cannot get the script line number when executing a function by Bram Moolenaar · 7 years ago
  73. 0a6efcd patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime' by Bram Moolenaar · 7 years ago
  74. bcf9442 patch 8.1.0098: segfault when pattern with \z() is very slow by Bram Moolenaar · 7 years ago
  75. a772baf patch 8.1.0006: syn_id2cterm_bg() may be undefined by Bram Moolenaar · 7 years ago
  76. 60a6836 patch 8.0.1777: cannot cleanup before loading another colorscheme by Bram Moolenaar · 7 years ago
  77. 6185903 patch 8.0.1621: using invalid default value for highlight attribute by Bram Moolenaar · 7 years ago
  78. f2bd8ef patch 8.0.1564: too many #ifdefs by Bram Moolenaar · 7 years ago
  79. 069dafc patch 8.0.1561: crash with rust syntax highligting by Bram Moolenaar · 7 years ago
  80. d4fc577 patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show by Bram Moolenaar · 7 years ago
  81. 33ef5bb patch 8.0.1543: with 'termguicolors' Normal color doesn't work correctly by Bram Moolenaar · 7 years ago
  82. 36f9230 patch 8.0.1541: synpat_T is taking too much memory by Bram Moolenaar · 7 years ago
  83. cafafb3 patch 8.0.1531: cannot use 24 bit colors in MS-Windows console by Bram Moolenaar · 7 years ago
  84. 81226e0 patch 8.0.1528: dead code found by Bram Moolenaar · 7 years ago
  85. d23a823 patch 8.0.1496: clearing a pointer takes two lines by Bram Moolenaar · 7 years ago
  86. a7c54cf patch 8.0.1362: terminal window colors wrong when using Terminal highlighting by Bram Moolenaar · 8 years ago
  87. c3719bd patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI by Bram Moolenaar · 8 years ago
  88. c902609 patch 8.0.1175: build failure without +termresponse by Bram Moolenaar · 8 years ago
  89. a0a6f27 patch 8.0.1174: Mac Terminal.app has wrong color for white by Bram Moolenaar · 8 years ago
  90. 65ed136 patch 8.0.1164: changing StatusLine highlight does not always work by Bram Moolenaar · 8 years ago
  91. d371bbe patch 8.0.1159: typo in #ifdef by Bram Moolenaar · 8 years ago
  92. 7c456a4 patch 8.0.1147: fail to build with tiny features by Bram Moolenaar · 8 years ago
  93. 452030e patch 8.0.1146: redraw when highlight is set with same names by Bram Moolenaar · 8 years ago
  94. 7630195 patch 8.0.1134: superfluous call to syn_get_final_id() by Bram Moolenaar · 8 years ago
  95. f3d769a patch 8.0.1133: syntax timeout not used correctly by Bram Moolenaar · 8 years ago
  96. 1b9645d patch 8.0.1123: cannot define a toolbar for a window by Bram Moolenaar · 8 years ago
  97. 4033c55 patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs by Bram Moolenaar · 8 years ago
  98. c71053c patch 8.0.1102: terminal window does not use Normal colors by Bram Moolenaar · 8 years ago
  99. 414168d patch 8.0.1088: occasional memory use after free by Bram Moolenaar · 8 years ago
  100. b4ea191 patch 8.0.1078: using freed memory with ":hi Normal" by Bram Moolenaar · 8 years ago