commit | e90d63ea904187ecbb09d0f7f21b71b302b30644 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 12:58:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 12:58:48 2020 +0200 |
tree | 26366c5393253787b1ec4de2e5ee2d0b0e9f5519 | |
parent | 4ad739fc053c1666d07ba1cf59be26cb1c3e52d7 [diff] [blame] |
patch 8.2.1565: spellfile test sometimes fails Problem: Spellfile test sometimes fails. Solution: Check running into the end of the file.
diff --git a/src/version.c b/src/version.c index 03612aa..bbbb26e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1565, +/**/ 1564, /**/ 1563,