1. f52fac2 patch 8.2.4547: the neXTaw GUI is old and does not work well by Bram Moolenaar · 4 years, 1 month ago
  2. 0b40d08 patch 8.2.4527: the Athena GUI is old and does not work well by Bram Moolenaar · 4 years, 1 month ago
  3. df1bbea patch 8.2.4512: the find_tags_in_file() function is much too long by Yegappan Lakshmanan · 4 years, 1 month ago
  4. 33fc4a6 patch 8.2.4457: the GPM library can only be linked statically by Bram Moolenaar · 4 years, 1 month ago
  5. d56eb65 patch 8.2.4423: "make nvcmdidxs" fails by Bram Moolenaar · 4 years, 2 months ago
  6. 20563e0 patch 8.2.4421: some installed files and directories have wrong permissions by Bram Moolenaar · 4 years, 2 months ago
  7. 4b1d963 patch 8.2.4375: ctx_imports is not used by Bram Moolenaar · 4 years, 2 months ago
  8. ab8f7c5 patch 8.2.4284: old mac resources files are no longer used by ichizok · 4 years, 2 months ago
  9. 672776d patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice by ichizok · 4 years, 2 months ago
  10. 4dc0dd8 patch 8.2.4252: generating the normal command table at runtime is inefficient by Yegappan Lakshmanan · 4 years, 2 months ago
  11. 4050305 patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail by ichizok · 4 years, 3 months ago
  12. 67ffb41 patch 8.2.4039: the xdiff library is linked in even when not used by Bram Moolenaar · 4 years, 3 months ago
  13. 8bb3fe4 patch 8.2.3922: cannot build with dynamic Ruby 3.1 by ichizok · 4 years, 3 months ago
  14. 8d95d70 patch 8.2.3863: various build flags accidentally enabled by Bram Moolenaar · 4 years, 4 months ago
  15. dc7c366 patch 8.2.3860: Vim9: codecov struggles with the file size by Bram Moolenaar · 4 years, 4 months ago
  16. b3a2955 patch 8.2.3620: memory leak reported in libtlib by Bram Moolenaar · 4 years, 5 months ago
  17. 2446ec9 patch 8.2.3565: Makefile dependencies are outdated by Bram Moolenaar · 4 years, 5 months ago
  18. e30d102 patch 8.2.3562: cannot add color names by Drew Vogel · 4 years, 5 months ago
  19. 75aa92a patch 8.2.3507: generating proto files may fail by Bram Moolenaar · 4 years, 6 months ago
  20. cbae580 patch 8.2.3301: memory allocation functions don't have their own place by Yegappan Lakshmanan · 4 years, 8 months ago
  21. a243813 patch 8.2.3139: functions for string manipulation are spread out by Yegappan Lakshmanan · 4 years, 9 months ago
  22. 0a80859 patch 8.2.2929: accidentally enable tcl by default by Bram Moolenaar · 4 years, 10 months ago
  23. 01c798c patch 8.2.2928: the evalfunc.c file is too big by Yegappan Lakshmanan · 4 years, 10 months ago
  24. 76ab544 patch 8.2.2432: libvterm tests are executed even when libtool doesn't work by Bram Moolenaar · 5 years ago
  25. 476268c patch 8.2.2086: libvterm tests are only run on Linux by Bram Moolenaar · 5 years ago
  26. 8b5866d patch 8.2.1597: the channel source file is too big by Bram Moolenaar · 6 years ago
  27. 6efa46f patch 8.2.1567: no example to use ubsan with clang by Bram Moolenaar · 6 years ago
  28. cd80006 patch 8.2.1546: build rule for Vim.app is unused by Bram Moolenaar · 6 years ago
  29. df2524b patch 8.2.1495: "make clean" may delete too many files by Bram Moolenaar · 6 years ago
  30. bc4c505 patch 8.2.1444: error messages are spread out and names can be confusing by Bram Moolenaar · 6 years ago
  31. be7529e patch 8.2.1442: outdated references to the Mac Carbon GUI by Bram Moolenaar · 6 years ago
  32. b96a32e patch 8.2.1439: tiny and small builds have no test coverage by Bram Moolenaar · 6 years ago
  33. 097148e patch 8.2.1422: the Mac GUI implementation is outdated by Bram Moolenaar · 6 years ago
  34. f7c4d83 patch 8.2.1420: test 49 is old style by Bram Moolenaar · 6 years ago
  35. a7cc9e6 patch 8.2.1405: Vim9: vim9compile.c is getting too big by Bram Moolenaar · 6 years ago
  36. aa970ab patch 8.2.1354: test 59 is old style by Bram Moolenaar · 6 years ago
  37. b61ef01 patch 8.2.1316: test 42 is still old style by Bram Moolenaar · 6 years ago
  38. 622b356 patch 8.2.1305: some tests are still old style by Bram Moolenaar · 6 years ago
  39. 7d40b8a patch 8.2.1295: tests 44 and 99 are old style by Bram Moolenaar · 6 years ago
  40. 054f14b patch 8.2.1269: language and locale code spread out by Bram Moolenaar · 6 years ago
  41. bc6fcbe patch 8.2.1266: Makefile preference were accidentally included by Bram Moolenaar · 6 years ago
  42. f868ba8 patch 8.2.1262: src/ex_cmds.c file is too big by Bram Moolenaar · 6 years ago
  43. effb0cd patch 8.2.1123: Python 3 test is old style by Bram Moolenaar · 6 years ago
  44. 92fdd1e patch 8.2.1120: Python code not tested properly by Bram Moolenaar · 6 years ago
  45. 06cf97e patch 8.2.1078: highlight and match functionality together in one file by Bram Moolenaar · 6 years ago
  46. 8f1dde5 patch 8.2.0910: Vim is not reproducibly buildable by Bram Moolenaar · 6 years ago
  47. 3ac498c patch 8.2.0885: "make shadow" does not link new lua test dir by Bram Moolenaar · 6 years ago
  48. f15c8b6 patch 8.2.0872: XIM code is mixed with multi-byte code by Bram Moolenaar · 6 years ago
  49. f09715b patch 8.2.0859: no Turkish translation of the manual by Bram Moolenaar · 6 years ago
  50. 041c710 patch 8.2.0849: BeOS code is not maintained and probably unused by Bram Moolenaar · 6 years ago
  51. 367d59e patch 8.2.0847: typval related code is spread out by Bram Moolenaar · 6 years ago
  52. 83a5253 patch 8.2.0803: libvterm code lags behind the upstream version by Bram Moolenaar · 6 years ago
  53. c4c9f7e patch 8.2.0783: libvterm code lags behind the upstream version by Bram Moolenaar · 6 years ago
  54. b415168 patch 8.2.0739: incomplete profiling when exiting because of a dealy signal by Bram Moolenaar · 6 years ago
  55. 11abd09 patch 8.2.0674: some source files are too big by Bram Moolenaar · 6 years ago
  56. 4cfde1d patch 8.2.0673: cannot build Haiku in shadow directory by Bram Moolenaar · 6 years ago
  57. 2c5c163 patch 8.2.0667: cannot install Haiku version from source by Bram Moolenaar · 6 years ago
  58. 8dbafd0 patch 8.2.0664: included undesired changes in Makefile by Bram Moolenaar · 6 years ago
  59. 339d60c patch 8.2.0661: eval test is still old style by Bram Moolenaar · 6 years ago
  60. ed8ce05 patch 8.2.0660: the search.c file is a bit big by Bram Moolenaar · 6 years ago
  61. beae408 patch 8.2.0622: Haiku: GUI does not compile by Bram Moolenaar · 6 years ago
  62. 95a467e patch 8.2.0621: after running tests asan files may remain by Bram Moolenaar · 6 years ago
  63. ec5929d patch 8.2.0527: Vim9: function types insufficiently tested by Bram Moolenaar · 6 years ago
  64. f87a040 patch 8.2.0516: client-server code is spread out by Bram Moolenaar · 6 years ago
  65. 25b70c7 patch 8.2.0489: Vim9: memory leaks by Bram Moolenaar · 6 years ago
  66. 45fffdf patch 8.2.0443: clipboard code is spread out by Bram Moolenaar · 6 years ago
  67. b3f7406 patch 8.2.0320: no Haiku support by Bram Moolenaar · 6 years ago
  68. 0a8fed6 patch 8.2.0256: time and timer related code is spread out by Bram Moolenaar · 6 years ago
  69. 8a7d654 patch 8.2.0149: maintaining a Vim9 branch separately is more work by Bram Moolenaar · 6 years ago
  70. 9b24dfc patch 8.2.0113: "make cmdidxs" fails by Bram Moolenaar · 6 years ago
  71. afc13bd patch 8.2.0014: test69 and test95 are old style by Bram Moolenaar · 6 years ago
  72. f9cb05c patch 8.2.0010: test64 is old style by Bram Moolenaar · 6 years ago
  73. 3e2d1c8 patch 8.2.0008: test72 is old style by Bram Moolenaar · 6 years ago
  74. f5f4b6c patch 8.2.0003: Build file dependencies are incomplete by Bram Moolenaar · 6 years ago
  75. 9805653 Vim 8.2 release by Bram Moolenaar · 6 years ago
  76. 9810cfb patch 8.1.2422: "make depend" does not work correctly for libvterm by Bram Moolenaar · 6 years ago
  77. 213ed00 patch 8.1.2421: test88 is old style by Bram Moolenaar · 6 years ago
  78. d283e89 patch 8.1.2407: proto files, dependencies and build instructions outdated by Bram Moolenaar · 6 years ago
  79. f48ee3c patch 8.1.2402: typos and other small things by Bram Moolenaar · 6 years ago
  80. 1f3e7d3 patch 8.1.2400: test39 is old style by Bram Moolenaar · 6 years ago
  81. 309976e patch 8.1.2390: test94 is old style, fix 7.4.441 not tested by Bram Moolenaar · 6 years ago
  82. 079119b patch 8.1.2384: test 48 is old style by Bram Moolenaar · 6 years ago
  83. 5461258 patch 8.1.2327: cannot build with Hangul input by Bram Moolenaar · 6 years ago
  84. 823edd1 patch 8.1.2203: running libvterm tests without the +terminal feature by Bram Moolenaar · 6 years ago
  85. 9326805 patch 8.1.2128: renamed libvterm sources makes merging difficult by Bram Moolenaar · 6 years ago
  86. 14c01f8 patch 8.1.2127: the indent.c file is a bit big by Bram Moolenaar · 6 years ago
  87. 473952e patch 8.1.2094: the fileio.c file is too big by Bram Moolenaar · 7 years ago
  88. a7f6c3c patch 8.1.2087: cannot easily select one test function to execute by Bram Moolenaar · 7 years ago
  89. 30e8e73 patch 8.1.2082: some files have a weird name to fit in 8.3 characters by Bram Moolenaar · 7 years ago
  90. 46a426c patch 8.1.2081: the spell.c file is too big by Bram Moolenaar · 7 years ago
  91. 4aea03e patch 8.1.2077: the ops.c file is too big by Bram Moolenaar · 7 years ago
  92. b20b9e1 patch 8.1.2062: the mouse code is spread out by Bram Moolenaar · 7 years ago
  93. 7528d1f patch 8.1.2057: the screen.c file is much too big by Bram Moolenaar · 7 years ago
  94. dac1347 patch 8.1.2045: the option.c file is too big by Bram Moolenaar · 7 years ago
  95. 0eddca4 patch 8.1.2022: the option.c file is too big by Bram Moolenaar · 7 years ago
  96. 6d7d7cf patch 8.1.2005: the regexp.c file is too big by Bram Moolenaar · 7 years ago
  97. 261f346 patch 8.1.2001: some source files are too big by Bram Moolenaar · 7 years ago
  98. b005cd8 patch 8.1.1979: code for handling file names is spread out by Bram Moolenaar · 7 years ago
  99. 58a297b patch 8.1.1942: shadow directory gets outdated when files are added by Bram Moolenaar · 7 years ago
  100. 0522ba0 patch 8.1.1933: the eval.c file is too big by Bram Moolenaar · 7 years ago