commit | 9ce7915d0667e6cb8f930634473f0caf2967f4e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 11:54:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 11:54:34 2022 +0100 |
tree | 5e1feb7cfc4739a7e02057652a85d91b9d1be378 | |
parent | ae906c8b1bf023f4a15f38b4abef9dedc2f18467 [diff] [blame] |
patch 9.0.0730: startup test fails with right-left feature Problem: Startup test fails with right-left feature. Solution: Do not delete test file too early.
diff --git a/src/version.c b/src/version.c index 3413d52..31d9776 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 730, +/**/ 729, /**/ 728,