commit | fc9f0fd6d18c03d6420f84ebb374a373c830fbad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 16:57:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 16:57:44 2022 +0100 |
tree | 25db72e404c2cda6bfad110df6ec609c5c763b6b | |
parent | 74ac29cecd56457ee93f3f71b31b7a2e6d9712d6 [diff] [blame] |
patch 8.2.5098: spelldump test sometimes hangs Problem: Spelldump test sometimes hangs. Solution: Catch the problem of the spell file not being found to avoid hanging in the download dialog.
diff --git a/src/version.c b/src/version.c index 4d63c86..5fdc9fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5098, +/**/ 5097, /**/ 5096,