1. 4a792c8 patch 8.1.1473: new resolve() implementation causes problem for plugins by Bram Moolenaar · 6 years ago
  2. 1bbebab patch 8.1.1417: MS-Windows: resolve() does not resolve all components of path by Bram Moolenaar · 6 years ago
  3. 701ff0a patch 8.1.1378: delete() can not handle a file name that looks like a pattern by Bram Moolenaar · 6 years ago
  4. 17aca70 patch 8.1.1336: some eval functionality is not covered by tests by Bram Moolenaar · 6 years ago
  5. 543c9b1 patch 8.1.1120: cannot easily get directory entry matches by Bram Moolenaar · 6 years ago
  6. 8662189 patch 8.1.1095: MS-Windows: executable() fails on very long filename by Bram Moolenaar · 6 years ago
  7. 9a2c091 patch 8.1.1077: reg_executing() is reset by calling input() by Bram Moolenaar · 6 years ago
  8. f0fab30 patch 8.1.0995: a getchar() call resets the reg_executing() result by Bram Moolenaar · 6 years ago
  9. cce713d patch 8.1.0992: a :normal command resets the reg_executing() result by Bram Moolenaar · 6 years ago
  10. dce1e89 patch 8.1.0894: MS-Windows: resolve() does not return a reparse point by Bram Moolenaar · 6 years ago
  11. af630d4 patch 8.1.0884: double check for bsd systems by Bram Moolenaar · 6 years ago
  12. a02e3f6 patch 8.1.0878: test for has('bsd') fails on some BSD systems by Bram Moolenaar · 7 years ago
  13. 39536dd patch 8.1.0846: not easy to recognize the system Vim runs on by Bram Moolenaar · 7 years ago
  14. 2e05009 patch 8.1.0832: confirm() is not tested by Bram Moolenaar · 7 years ago
  15. 30276f2 patch 8.1.0811: too many #ifdefs by Bram Moolenaar · 7 years ago
  16. ded5f1b patch 8.1.0515: reloading a script gives errors for existing functions by Bram Moolenaar · 7 years ago
  17. 9e353b5 patch 8.1.0511: ml_get error when calling a function with a range by Bram Moolenaar · 7 years ago
  18. a05a0d3 patch 8.1.0459: Test_executable fails when there is a dog in the system by Bram Moolenaar · 7 years ago
  19. 2610990 patch 8.1.0454: resolve() was not tested with a symlink cycle by Bram Moolenaar · 7 years ago
  20. 8295666 patch 8.1.0453: MS-Windows: executable() is not reliable by Bram Moolenaar · 7 years ago
  21. f1c118b patch 8.1.0347: some tests fail on Solaris by Bram Moolenaar · 7 years ago
  22. c26f7c6 patch 8.1.0303: line2byte() is wrong for last line with 'noeol' by Bram Moolenaar · 7 years ago
  23. bfde0b4 patch 8.1.0257: no test for pathshorten() by Bram Moolenaar · 7 years ago
  24. 612cc38 patch 8.1.0225: mode() does not indicate using CTRL-O from Insert mode by Bram Moolenaar · 7 years ago
  25. 947b39e patch 8.1.0204: inputlist() is not tested by Bram Moolenaar · 7 years ago
  26. d90a144 patch 8.1.0189: function defined in sandbox not tested by Bram Moolenaar · 7 years ago
  27. 1ceebb4 patch 8.1.0086: no tests for libcall() and libcallnr() by Bram Moolenaar · 7 years ago
  28. 0b6d911 patch 8.1.0020: cannot tell whether a register is executing or recording by Bram Moolenaar · 7 years ago
  29. 42ab17b patch 8.1.0008: no test for strwidth() by Bram Moolenaar · 7 years ago
  30. 295ac5a patch 8.0.1630: trimming white space is not that easy by Bram Moolenaar · 7 years ago
  31. e6640ad patch 8.0.1421: accessing invalid memory with overlong byte sequence by Bram Moolenaar · 8 years ago
  32. 338e47f patch 8.0.1410: hang when using count() with an empty string by Bram Moolenaar · 8 years ago
  33. c7d16dc patch 8.0.1311: no test for strpart() by Bram Moolenaar · 8 years ago
  34. 1190cf6 patch 8.0.1105: match() and matchend() are not tested by Bram Moolenaar · 8 years ago
  35. 9966b21 patch 8.0.0794: checking translations fails with multiple NL by Bram Moolenaar · 8 years ago
  36. 2061552 patch 8.0.0625: shellescape() always escapes a newline by Bram Moolenaar · 8 years ago
  37. d4863aa patch 8.0.0548: saving the redo buffer only works one time by Bram Moolenaar · 8 years ago
  38. 4520d44 patch 8.0.0485: not all windows commands are tested by Bram Moolenaar · 8 years ago
  39. 2c90d51 patch 8.0.0482: the setbufvar() function may mess up the window layout by Bram Moolenaar · 8 years ago
  40. ffea8c9 patch 8.0.0455: the mode test may hang by Bram Moolenaar · 8 years ago
  41. 41042f3 patch 8.0.0435: some functions are not tested by Bram Moolenaar · 8 years ago
  42. a0107bd patch 8.0.0401: test fails with missing balloon feature by Bram Moolenaar · 8 years ago
  43. caf6434 patch 8.0.0399: crash when using balloon_show() when not supported by Bram Moolenaar · 8 years ago
  44. 507647d patch 8.0.0335: functions test fails by Bram Moolenaar · 8 years ago
  45. 79518e2 patch 8.0.0334: can't access b:changedtick from a dict reference by Bram Moolenaar · 8 years ago
  46. e971df3 patch 8.0.0306: mode() not sufficiently tested by Bram Moolenaar · 9 years ago
  47. e90858d patch 8.0.0283: mode() does not indicate Insert mode completion by Bram Moolenaar · 9 years ago
  48. 24c2e48 patch 8.0.0261: not enough test coverage for eval functions by Bram Moolenaar · 9 years ago
  49. cc5b22b patch 8.0.0243: tolower() does not work if the byte count changes by Bram Moolenaar · 9 years ago
  50. 08243d2 patch 8.0.0167: str2nr()/str2float() fail with negative values by Bram Moolenaar · 9 years ago