commit | c0f8823ee4ca629db5446ba0a935f68d4a4fb193 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 21:51:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 21:51:49 2020 +0200 |
tree | b003fc895f3138da616ecccdbd77c27e352e611d | |
parent | 0aae4809fd52b445531766411a9c963dc6274a04 [diff] [blame] |
patch 8.2.1470: errors in spell file not tested Problem: Errors in spell file not tested. Solution: Add test for spell file errors. (Yegappan Lakshmanan, closes #6721)
diff --git a/src/version.c b/src/version.c index 10c659e..b96a49f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1470, +/**/ 1469, /**/ 1468,