1. d1b5ea9 patch 9.1.0579: Ex command is still executed after giving E1247 by zeertzjq · 1 year, 1 month ago
  2. 9781788 patch 9.1.0192: drop: don't rewind when editing the same file by Christian Brabandt · 1 year, 5 months ago
  3. f96dc8d patch 9.1.0046: :drop does not re-use empty buffer by Rocco Mao · 1 year, 7 months ago
  4. 060623e patch 9.0.2110: [security]: overflow in ex address parsing by Christian Brabandt · 1 year, 9 months ago
  5. 5c645a2 patch 9.0.0538: manually deleting test temp files by Bram Moolenaar · 2 years, 11 months ago
  6. b18b496 patch 9.0.0363: common names in test files causes tests to be flaky by Bram Moolenaar · 3 years ago
  7. 3b0d70f patch 9.0.0323: using common name in tests leads to flaky tests by Bram Moolenaar · 3 years ago
  8. 1f0dc5e patch 9.0.0085: ":write" fails after ":file name" and the ":edit" by ii14 · 3 years ago
  9. 4d97a56 patch 8.2.5037: cursor position may be invalid after "0;" range by Bram Moolenaar · 3 years, 2 months ago
  10. 60895f3 patch 8.2.4741: startup test fails by Bram Moolenaar · 3 years, 4 months ago
  11. 3cf21b3 patch 8.2.4065: computation overflow with large cound for :yank by Bram Moolenaar · 3 years, 7 months ago
  12. 1fa3de1 patch 8.2.3952: first line not redrawn when adding lines to an empty buffer by zeertzjq · 3 years, 7 months ago
  13. 03725c5 patch 8.2.3659: integer overflow with large line number by Bram Moolenaar · 3 years, 9 months ago
  14. 923dce2 patch 8.2.3637: typos in test files by Dominique Pelle · 3 years, 9 months ago
  15. 08d7b1c patch 8.2.3475: expression register set by not executed put command by kuuote · 3 years, 10 months ago
  16. bd9e796 patch 8.2.3321: some code is not tested by Dominique Pelle · 4 years ago
  17. 2d6d718 patch 8.2.2994: various code is not fully tested by Yegappan Lakshmanan · 4 years, 2 months ago
  18. 5958549 patch 8.2.2979: not all options code is covered by tests by Yegappan Lakshmanan · 4 years, 2 months ago
  19. 59b2623 patch 8.2.2945: some buffer related code is not tested by Yegappan Lakshmanan · 4 years, 2 months ago
  20. 6d37e8e patch 8.2.2837: various code lines not covered by tests by Dominique Pelle · 4 years, 3 months ago
  21. 2bf6034 patch 8.2.2825: code in checkreadonly() not fully tested by Dominique Pelle · 4 years, 3 months ago
  22. 4355894 patch 8.2.2627: no need to check for BSD after checking for not root by Bram Moolenaar · 4 years, 5 months ago
  23. 17709e2 patch 8.2.2623: some tests fail when run as root by Bram Moolenaar · 4 years, 5 months ago
  24. f9a6550 patch 8.2.2570: tests fail when run as root by Bram Moolenaar · 4 years, 5 months ago
  25. f5a5116 patch 8.2.2469: confusing error if :winsize has a wrong argument by Bram Moolenaar · 4 years, 6 months ago
  26. 9b7bf9e patch 8.2.1183: assert_fails() checks the last error message by Bram Moolenaar · 5 years ago
  27. 27321db patch 8.2.1147: :confirm may happen in cooked mode by Bram Moolenaar · 5 years ago
  28. 5d3c9f8 patch 8.2.1061: insufficient testing for src/window.c by Bram Moolenaar · 5 years ago
  29. ff06f28 patch 8.2.0614: get ml_get error when deleting a line in 'completefunc' by Bram Moolenaar · 5 years ago
  30. ca68ae1 patch 8.2.0482: channel and sandbox code not sufficiently tested by Bram Moolenaar · 5 years ago
  31. 7b1b36b patch 8.2.0470: Test_confirm_cmd_cancel() can fail on a slow system by Bram Moolenaar · 5 years ago
  32. 9207d1f patch 8.2.0461: confirm test fails on amd64 system by Bram Moolenaar · 5 years ago
  33. bea9023 patch 8.2.0458: missing feature check in test function by Bram Moolenaar · 5 years ago
  34. 72749f0 patch 8.2.0456: Test_confirm_cmd is flaky by Bram Moolenaar · 5 years ago
  35. bad8804 patch 8.2.0433: INT signal not properly tested by Bram Moolenaar · 5 years ago
  36. 8dfcce3 patch 8.2.0401: not enough test coverage for evalvars.c by Bram Moolenaar · 5 years ago
  37. 1671f44 patch 8.2.0369: various Normal mode commands not fully tested by Bram Moolenaar · 5 years ago
  38. 818fc9a patch 8.2.0293: various Ex commands not sufficiently tested by Bram Moolenaar · 5 years ago
  39. 406cd90 patch 8.2.0275: some Ex code not covered by tests by Bram Moolenaar · 5 years ago
  40. bc2b71d patch 8.2.0270: some code not covered by tests by Bram Moolenaar · 5 years ago
  41. 9f6277b patch 8.2.0243: insufficient code coverage for ex_docmd.c functions by Bram Moolenaar · 5 years ago
  42. e20b9ec patch 8.2.0203: :helptags and some other functionality not tested by Bram Moolenaar · 6 years ago
  43. 5d98dc2 patch 8.2.0174: various commands not completely tested by Bram Moolenaar · 6 years ago
  44. 5241057 patch 8.1.2225: the "last used" info of a buffer is under used by Bram Moolenaar · 6 years ago
  45. 0acae7a patch 8.1.1822: confusing error message when range is not allowed by Bram Moolenaar · 6 years ago
  46. 94f82cb patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete" by Bram Moolenaar · 6 years ago