1. 94722c5 patch 9.0.1257: code style is not check in test scripts by Bram Moolenaar · 2 years, 6 months ago
  2. 79c11e3 patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short by Bram Moolenaar · 2 years, 7 months ago
  3. c57b5bc patch 9.0.0828: various typos by dundargoc · 2 years, 9 months ago
  4. 5b148ef patch 9.0.0768: too many delete() calls in tests by Bram Moolenaar · 2 years, 10 months ago
  5. 36343ae patch 9.0.0765: with a Visual block a put command column may go negative by Bram Moolenaar · 2 years, 10 months ago
  6. 30c0c46 patch 9.0.0702: incomplete testing cursor position with 'linebreak' set by zeertzjq · 2 years, 10 months ago
  7. 16dab41 patch 9.0.0697: cursor in wrong position with Visual substitute by Bram Moolenaar · 2 years, 10 months ago
  8. b18b496 patch 9.0.0363: common names in test files causes tests to be flaky by Bram Moolenaar · 3 years ago
  9. cfeb8a5 patch 9.0.0198: ml_get error when switching buffer in Visual mode by Bram Moolenaar · 3 years ago
  10. 3d51ce1 patch 9.0.0017: accessing memory beyond the end of the line by Bram Moolenaar · 3 years, 1 month ago
  11. 7ce5b2b patch 8.2.4969: changing text in Visual mode may cause invalid memory access by Bram Moolenaar · 3 years, 3 months ago
  12. 509142a patch 8.2.4881: "P" in Visual mode still changes some registers by Shougo Matsushita · 3 years, 3 months ago
  13. 6bf821e patch 8.2.4315: put in Visual mode not fully tested by zeertzjq · 3 years, 6 months ago
  14. fb55207 patch 8.2.4242: put in Visual mode cannot be repeated by Shougo Matsushita · 3 years, 6 months ago
  15. 44db821 patch 8.2.4219: reading before the start of the line by Bram Moolenaar · 3 years, 6 months ago
  16. 8d02ce1 patch 8.2.4217: illegal memory access when undo makes Visual area invalid by Bram Moolenaar · 3 years, 6 months ago
  17. dc5490e patch 8.2.4215: illegal memory access when copying lines in Visual mode by Bram Moolenaar · 3 years, 6 months ago
  18. 05b2761 patch 8.2.4154: ml_get error when exchanging windows in Visual mode by Bram Moolenaar · 3 years, 7 months ago
  19. 57df9e8 patch 8.2.4151: reading beyond the end of a line by Bram Moolenaar · 3 years, 7 months ago
  20. 262898a patch 8.2.4121: Visual test fails on MS-Windows by Bram Moolenaar · 3 years, 7 months ago
  21. 9f8c304 patch 8.2.4120: block insert goes over the end of the line by Bram Moolenaar · 3 years, 7 months ago
  22. 6ecf58b patch 8.2.3823: test for visual replace is in wrong function by Bram Moolenaar · 3 years, 8 months ago
  23. 8ee6028 patch 8.2.3820: "vrc" does not replace composing characters by Bram Moolenaar · 3 years, 8 months ago
  24. 615ddd5 patch 8.2.3611: crash when using CTRL-W f without finding a file name by Bram Moolenaar · 3 years, 9 months ago
  25. b07626d patch 8.2.3494: illegal memory access in utf_head_off by Bram Moolenaar · 3 years, 10 months ago
  26. 6c72fd5 patch 8.2.3096: temp files remain after running tests by Dominique Pelle · 4 years, 1 month ago
  27. b17ab86 patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong by Bram Moolenaar · 4 years, 1 month ago
  28. 9cee4a1 patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong by Bram Moolenaar · 4 years, 1 month ago
  29. 4067bd3 patch 8.2.3073: when cursor is move for block append wrong text is inserted by Bram Moolenaar · 4 years, 1 month ago
  30. 7d7bcc6 patch 8.2.3072: "zy" does not work well when "virtualedit' is "block" by Bram Moolenaar · 4 years, 1 month ago
  31. 544a38e patch 8.2.2971: cannot yank a block without trailing spaces by Christian Brabandt · 4 years, 2 months ago
  32. 59b2623 patch 8.2.2945: some buffer related code is not tested by Yegappan Lakshmanan · 4 years, 2 months ago
  33. 2149274 patch 8.2.2938: after using motion force from feedkeys() it sticks by Bram Moolenaar · 4 years, 2 months ago
  34. 2ac7184 patch 8.2.2916: operators are not fully tested by Yegappan Lakshmanan · 4 years, 2 months ago
  35. 2fa9384 patch 8.2.2914: cannot paste a block without adding padding by Christian Brabandt · 4 years, 2 months ago
  36. 3e72dca patch 8.2.2901: some operators not fully tested by Bram Moolenaar · 4 years, 2 months ago
  37. d1ad99b patch 8.2.1799: some Normal mode commands not fully tested by Bram Moolenaar · 4 years, 10 months ago
  38. 8a9bc95 patch 8.2.1786: various Normal mode commands not fully tested by Bram Moolenaar · 4 years, 10 months ago
  39. cd94277 patch 8.2.1511: putting a string in Visual block mode ignores multi-byte by Bram Moolenaar · 5 years ago
  40. 845e0ee patch 8.2.1022: various parts of code not covered by tests by Bram Moolenaar · 5 years ago
  41. 224a5f1 patch 8.2.0655: search code not sufficiently tested by Bram Moolenaar · 5 years ago
  42. ca68ae1 patch 8.2.0482: channel and sandbox code not sufficiently tested by Bram Moolenaar · 5 years ago
  43. 515545e patch 8.2.0425: code for modeless selection not sufficiently tested by Bram Moolenaar · 5 years ago
  44. 1671f44 patch 8.2.0369: various Normal mode commands not fully tested by Bram Moolenaar · 5 years ago
  45. f5f1e10 patch 8.2.0363: some Normal mode commands not tested by Bram Moolenaar · 5 years ago
  46. bc2b71d patch 8.2.0270: some code not covered by tests by Bram Moolenaar · 5 years ago
  47. 1f3e7d3 patch 8.1.2400: test39 is old style by Bram Moolenaar · 6 years ago
  48. 309976e patch 8.1.2390: test94 is old style, fix 7.4.441 not tested by Bram Moolenaar · 6 years ago
  49. 6f1f0ca patch 8.1.2375: no suffucient testing for registers by Bram Moolenaar · 6 years ago
  50. c6b37db patch 8.1.1214: old style tests by Bram Moolenaar · 6 years ago
  51. 19a6685 patch 8.1.0998: getcurpos() unexpectedly changes "curswant" by Bram Moolenaar · 6 years ago
  52. 30276f2 patch 8.1.0811: too many #ifdefs by Bram Moolenaar · 7 years ago
  53. 81b1ba4 patch 8.1.0739: text objects in not sufficiently tested by Bram Moolenaar · 7 years ago
  54. 6d3a194 patch 8.1.0687: sentence text object in Visual mode is not tested by Bram Moolenaar · 7 years ago
  55. 2e94976 patch 8.1.0007: no test for "o" and "O" in Visual block mode by Bram Moolenaar · 7 years ago
  56. df0d24b patch 8.0.1579: virtual replace test fails in GUI by Bram Moolenaar · 7 years ago
  57. e780848 patch 8.0.1577: virtual replace test fails on MS-Windows by Bram Moolenaar · 7 years ago
  58. 63e82db patch 8.0.1575: crash when using virtual replace by Bram Moolenaar · 7 years ago
  59. 15993ce patch 8.0.1221: still too many old style tests by Bram Moolenaar · 8 years ago
  60. 67418d9 patch 8.0.1200: tests switch the bell off twice by Bram Moolenaar · 8 years ago
  61. 75373f3 patch 8.0.0890: still many old style tests by Bram Moolenaar · 8 years ago
  62. bae5a17 patch 8.0.0879: crash when shifting with huge number by Bram Moolenaar · 8 years ago
  63. c3c766e patch 8.0.0433: beeps when running tests by Bram Moolenaar · 8 years ago
  64. 46522af patch 8.0.0339: illegal memory access with vi' by Bram Moolenaar · 8 years ago
  65. 84b2a38 patch 8.0.0330: illegal memory access after "vapo" by Bram Moolenaar · 8 years ago
  66. 23fa81d patch 8.0.0291: Visual block insertion does not insert in all lines by Bram Moolenaar · 9 years ago
  67. f8eb9c5 patch 8.0.0140 by Bram Moolenaar · 9 years ago
  68. ac105ed patch 7.4.2086 by Bram Moolenaar · 9 years ago
  69. 019b9c6 Add new test file. by Bram Moolenaar · 9 years ago