summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-16 21:51:49 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-16 21:51:49 +0200
commitc0f8823ee4ca629db5446ba0a935f68d4a4fb193 (patch)
treeb003fc895f3138da616ecccdbd77c27e352e611d /src/version.c
parent0aae4809fd52b445531766411a9c963dc6274a04 (diff)
downloadvim-git-c0f8823ee4ca629db5446ba0a935f68d4a4fb193.tar.gz
patch 8.2.1470: errors in spell file not testedv8.2.1470
Problem: Errors in spell file not tested. Solution: Add test for spell file errors. (Yegappan Lakshmanan, closes #6721)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 10c659ebe..b96a49fff 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1470,
+/**/
1469,
/**/
1468,