commit | fe978c2b6bb9d897d962595a4a51dd7a71dc8e89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 22:43:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 22:43:51 2022 +0100 |
tree | 467fa9f3e6aea1dbfd400bd33966d731a53a1d9c | |
parent | 728a05c4ab605ae96e906cdf704031ff298d1f89 [diff] [blame] |
patch 8.2.4921: spell test fails because of new illegal byte check Problem: Spell test fails because of new illegal byte check. Solution: Remove the test.
diff --git a/src/version.c b/src/version.c index fe62555..3183e96 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4921, +/**/ 4920, /**/ 4919,