1. 6b085b9 patch 9.0.0376: clang warns for dead assignments by Yegappan Lakshmanan · 3 years, 7 months ago
  2. c8ac3a0 patch 9.0.0375: the footer feature is unused by Bram Moolenaar · 3 years, 7 months ago
  3. 3c77076 patch 9.0.0374: Coverity still complains about dropping sign of character by Bram Moolenaar · 3 years, 7 months ago
  4. a5348f2 patch 9.0.0373: Coverity warns for NULL check and unused return value by Bram Moolenaar · 3 years, 7 months ago
  5. 5fbbec1 patch 9.0.0372: MS-Windows: "%T" time format does not appear to work by Bram Moolenaar · 3 years, 7 months ago
  6. 06fef1b patch 9.0.0371: compiler warning for uninitialized variable by Bram Moolenaar · 3 years, 7 months ago
  7. 1d84f76 patch 9.0.0370: cleaning up afterwards can make a function messy by Bram Moolenaar · 3 years, 7 months ago
  8. 06d32a0 patch 9.0.0369: a failing flaky test doesn't mention the time by Bram Moolenaar · 3 years, 7 months ago
  9. 8908346 patch 9.0.0368: old Coverity warning for using NULL pointer by Bram Moolenaar · 3 years, 7 months ago
  10. 0a6bb59 patch 9.0.0367: Coverity complains about dropping sign of character by Bram Moolenaar · 3 years, 7 months ago
  11. 6ac69ed patch 9.0.0366: cannot use import->Func() in lambda by Bram Moolenaar · 3 years, 7 months ago
  12. 91a874e patch 9.0.0365: file name used in test is unusual by Dominique Pelle · 3 years, 7 months ago
  13. c99e182 patch 9.0.0364: clang static analyzer gives warnings by Yegappan Lakshmanan · 3 years, 7 months ago
  14. b18b496 patch 9.0.0363: common names in test files causes tests to be flaky by Bram Moolenaar · 3 years, 7 months ago
  15. f572437 patch 9.0.0362: expanding ":e %" does not work for remote files by Bram Moolenaar · 3 years, 7 months ago
  16. 956be46 patch 9.0.0361: removing a listener may result in a memory leak by Yegappan Lakshmanan · 3 years, 7 months ago
  17. 35d21c6 patch 9.0.0360: crash when invalid line number on :for is ignored by Bram Moolenaar · 3 years, 7 months ago
  18. 8deb2b3 patch 9.0.0359: error message for wrong argument type is not specific by Yegappan Lakshmanan · 3 years, 7 months ago
  19. 1191672 patch 9.0.0358: 'breakindent' does not indent non-lists by Maxim Kim · 3 years, 7 months ago
  20. cf2bb63 patch 9.0.0357: 'linebreak' interferes with text property highlight by Bram Moolenaar · 3 years, 7 months ago
  21. a02a8a4 patch 9.0.0356: :echowindow sets the in_echowindow flag too early by Yasuhiro Matsumoto · 3 years, 7 months ago
  22. 6c667bd patch 9.0.0355: check for uppercase char in autoload name is wrong by thinca · 3 years, 7 months ago
  23. a906e8e patch 9.0.0354: MS-Windows: starting a python server for test sometimes fails by Bram Moolenaar · 3 years, 7 months ago
  24. 68a635a patch 9.0.0353: missing entry in switch by Bram Moolenaar · 3 years, 7 months ago
  25. 3b474dc patch 9.0.0352: using :echowindow in a timer clears part of message by Bram Moolenaar · 3 years, 7 months ago
  26. b5b4f61 patch 9.0.0351: message window may obscure the command line by Bram Moolenaar · 3 years, 7 months ago
  27. 7d7ad7b patch 9.0.0350: :echowindow does not work in a compiled function by Bram Moolenaar · 3 years, 7 months ago
  28. be807d5 patch 9.0.0349: filetype of *.sil files not well detected by Bram Moolenaar · 3 years, 7 months ago
  29. 36eb14f patch 9.0.0348: MS-Windows: GUI mouse move event test is flaky by Bram Moolenaar · 3 years, 7 months ago
  30. df5320c patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal by K.Takata · 3 years, 7 months ago
  31. d3de178 patch 9.0.0346: :horizontal modifier not fully supported by zeertzjq · 3 years, 7 months ago
  32. d83392a patch 9.0.0345: error message for list argument could be clearer by Bram Moolenaar · 3 years, 7 months ago
  33. e42c8da patch 9.0.0344: MS-Windows: background color wrong in Console by Yasuhiro Matsumoto · 3 years, 7 months ago
  34. 5d09a40 patch 9.0.0343: ColorScheme autocommand triggered when colorscheme not found by Bram Moolenaar · 3 years, 7 months ago
  35. 21c3a80 patch 9.0.0342: ":wincmd =" equalizes in two directions by Bram Moolenaar · 3 years, 7 months ago
  36. 92a3d20 patch 9.0.0341: mapset() does not restore <Nop> mapping properly by zeertzjq · 3 years, 7 months ago
  37. a2a8973 patch 9.0.0340: the 'cmdheight' zero support causes too much trouble by Bram Moolenaar · 3 years, 7 months ago
  38. a63ad78 patch 9.0.0339: no check if the return value of XChangeGC() is NULL by Bram Moolenaar · 3 years, 7 months ago
  39. 9ba6194 patch 9.0.0338: return value of list_append_list() not always checked by Bram Moolenaar · 3 years, 7 months ago
  40. b22653a patch 9.0.0337: flicker when resetting cmdline_row after updating the screen by Bram Moolenaar · 3 years, 7 months ago
  41. 61abe7d patch 9.0.0336: tests are flaky because of using a common file name by Bram Moolenaar · 3 years, 7 months ago
  42. 04c4c57 patch 9.0.0335: checks for Dictionary argument often give a vague error by Yegappan Lakshmanan · 3 years, 7 months ago
  43. f240395 patch 9.0.0334: test does not properly clean up by Dominique Pelle · 3 years, 7 months ago
  44. 171a160 patch 9.0.0333: method test fails by Bram Moolenaar · 3 years, 7 months ago
  45. 9c8f946 patch 9.0.0332: overwrite check may block BufWriteCmd by zeertzjq · 3 years, 7 months ago
  46. 3e518a8 patch 9.0.0331: cannot use items() on a string by Bram Moolenaar · 3 years, 7 months ago
  47. f92cfb1 patch 9.0.0330: method tests fail by Bram Moolenaar · 3 years, 7 months ago
  48. 24735f2 patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zero by Bram Moolenaar · 3 years, 7 months ago
  49. e27d6e6 patch 9.0.0328: OLD_DIGRAPHS is unused by Bram Moolenaar · 3 years, 7 months ago
  50. 976f859 patch 9.0.0327: items() does not work on a list by Bram Moolenaar · 3 years, 7 months ago
  51. 0e412be patch 9.0.0326: some changes for cmdheight=0 are not needed by Shougo Matsushita · 3 years, 7 months ago
  52. 816736b patch 9.0.0325: MS-Windows: completion test fails by Bram Moolenaar · 3 years, 7 months ago
  53. 15cae5c patch 9.0.0324: MS-Windows: resolve() test fails by Bram Moolenaar · 3 years, 7 months ago
  54. 3b0d70f patch 9.0.0323: using common name in tests leads to flaky tests by Bram Moolenaar · 3 years, 7 months ago
  55. 4f1b083 patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set by Bram Moolenaar · 3 years, 7 months ago
  56. 37fef16 patch 9.0.0321: cannot use the message popup window directly by Bram Moolenaar · 3 years, 7 months ago
  57. 54acb90 patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype() by zeertzjq · 3 years, 7 months ago
  58. d5c8f11 patch 9.0.0319: Godot shader files are not recognized by Maxim Kim · 3 years, 7 months ago
  59. 13608d8 patch 9.0.0318: clearing screen causes flicker by Bram Moolenaar · 3 years, 7 months ago
  60. b13d340 patch 9.0.0317: when updating the whole screen a popup may not be redrawn by Bram Moolenaar · 3 years, 7 months ago
  61. f73e5ba patch 9.0.0316: screen flickers when 'cmdheight' is zero by Bram Moolenaar · 3 years, 7 months ago
  62. 309c4e0 patch 9.0.0315: shell command is displayed in message window by Bram Moolenaar · 3 years, 7 months ago
  63. bf26941 patch 9.0.0314: VDM files are not recognized by Alessandro Pezzoni · 3 years, 7 months ago
  64. e7cda97 patch 9.0.0313: using common name in tests leads to flaky tests by Bram Moolenaar · 3 years, 7 months ago
  65. 98d1069 patch 9.0.0312: test for cmdheight zero fails by Bram Moolenaar · 3 years, 7 months ago
  66. 926218b patch 9.0.0311: test for hit-Enter prompt fails by Bram Moolenaar · 3 years, 7 months ago
  67. b849c82 patch 9.0.0310: output of :messages dissappears when cmdheight is zero by Bram Moolenaar · 3 years, 7 months ago
  68. 7a99da4 patch 9.0.0309: invalid memory access when cmdheight is zero by Bram Moolenaar · 3 years, 7 months ago
  69. 33a5dd8 patch 9.0.0308: when cmdheight is zero the attention prompt doesn't show by Bram Moolenaar · 3 years, 7 months ago
  70. 134b865 patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0 by Bram Moolenaar · 3 years, 7 months ago
  71. f2fb54f patch 9.0.0306: buffer write message is two lines in message popup window by Bram Moolenaar · 3 years, 7 months ago
  72. 533c306 patch 9.0.0305: CI lists useless deprecation warnings by Philip H · 3 years, 7 months ago
  73. 670ab03 patch 9.0.0304: WinScrolled is not triggered when only skipcol changes by zeertzjq · 3 years, 7 months ago
  74. 2f892d8 patch 9.0.0303: it is not easy to get information about a script by Yegappan Lakshmanan · 3 years, 7 months ago
  75. 75e9a66 patch 9.0.0302: CI for Coverity is bothered by deprecation warnings by Philip H · 3 years, 7 months ago
  76. 878e1d2 patch 9.0.0301: the message window popup is delayed after an error message by Bram Moolenaar · 3 years, 7 months ago
  77. a85e4db patch 9.0.0300: 'cpoptions' tests are flaky by Bram Moolenaar · 3 years, 7 months ago
  78. 25f1e55 patch 9.0.0299: error messages for setcmdline() could be better by Yegappan Lakshmanan · 3 years, 7 months ago
  79. 8934ec0 patch 9.0.0298: compiler warning for size_t to int conversion by Wilhelm Payne · 3 years, 7 months ago
  80. c8bf59e patch 9.0.0297: cursor position wrong after right aligned virtual text by Bram Moolenaar · 3 years, 7 months ago
  81. 35a4fbc patch 9.0.0296: message in popup is shortened unnecessary by Bram Moolenaar · 3 years, 7 months ago
  82. 00d4cee patch 9.0.0295: GUI drop files test sometimes fails by Bram Moolenaar · 3 years, 7 months ago
  83. 4356864 patch 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() used by Bram Moolenaar · 3 years, 7 months ago
  84. b0509c5 patch 9.0.0293: messages window not hidden when starting a command line by Bram Moolenaar · 3 years, 7 months ago
  85. d1f8fd5 patch 9.0.0292: test causes another test to fail by Bram Moolenaar · 3 years, 7 months ago
  86. efdfb0c patch 9.0.0291: test failing by Bram Moolenaar · 3 years, 7 months ago
  87. d54af2e patch 9.0.0290: compiler warning for variable set but not used by Bram Moolenaar · 3 years, 7 months ago
  88. beedd0a patch 9.0.0289: invalid memory write by Bram Moolenaar · 3 years, 7 months ago
  89. 9198de3 patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed by Bram Moolenaar · 3 years, 7 months ago
  90. aebc6ef patch 9.0.0287: Irix systems no longer exist by Yegappan Lakshmanan · 3 years, 7 months ago
  91. 6d24a51 patch 9.0.0286: using freed memory when location list changed in autocmd by Yegappan Lakshmanan · 3 years, 7 months ago
  92. 07ea5f1 patch 9.0.0285: it is not easy to change the command line from a plugin by Shougo Matsushita · 3 years, 7 months ago
  93. 5ff595d patch 9.0.0284: using static buffer for multiple completion functions by Bram Moolenaar · 3 years, 7 months ago
  94. af9a600 patch 9.0.0283: cannot complete "syn list @cluster" by bfredl · 3 years, 7 months ago
  95. 0f61838 patch 9.0.0282: a nested timout stops the previous timeout by Bram Moolenaar · 3 years, 7 months ago
  96. 58dcbf1 patch 9.0.0281: build failure without the +eval feature by Bram Moolenaar · 3 years, 7 months ago
  97. 7dd5432 Update runtime files by Bram Moolenaar · 3 years, 7 months ago
  98. 2ee347f patch 9.0.0280: the builtin termcap list depends on the version by Bram Moolenaar · 3 years, 7 months ago
  99. 5416232 patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' by Bram Moolenaar · 3 years, 7 months ago
  100. 074fbd4 patch 9.0.0278: the +wildignore feature is nearly always available by Bram Moolenaar · 3 years, 7 months ago