diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-17 20:10:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-17 20:10:20 +0100 |
commit | 37ff4cf87069e54f991d86df9beff19bfdd15875 (patch) | |
tree | 3a0904a1034d9ba15574d11d60a0a7449200d50c /src/version.c | |
parent | 91b992c38769b343b4a66a5f8e589aa9897fdc9f (diff) | |
download | vim-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.c | 2 |
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, |