summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-17 20:10:20 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-17 20:10:20 +0100
commit37ff4cf87069e54f991d86df9beff19bfdd15875 (patch)
tree3a0904a1034d9ba15574d11d60a0a7449200d50c /src/version.c
parent91b992c38769b343b4a66a5f8e589aa9897fdc9f (diff)
downloadvim-git-37ff4cf87069e54f991d86df9beff19bfdd15875.tar.gz
patch 8.1.2317: no test for spell affix file with flag on suffixv8.1.2317
Problem: No test for spell affix file with flag on suffix. Solution: Add a test case.
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 aae3fae1f..42100a0a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2317,
+/**/
2316,
/**/
2315,