commit | 9049b686121367941bf534c041975938135c7e20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 31 22:26:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 31 22:26:53 2018 +0200 |
tree | fc5a2aa594667fb6b9916229a02a605e14ba27b9 | |
parent | f13daa46da85a80dd05704cdde0660c2b2651a5a [diff] [blame] |
patch 8.1.0340: no test for :spellinfo Problem: No test for :spellinfo. Solution: Add a test. (Dominique Pelle, closes #3394)
diff --git a/src/version.c b/src/version.c index ec13271..d5daaf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 340, +/**/ 339, /**/ 338,