commit | 08cc374dabd2a02785129fa1c0100f7745c244ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 11 22:51:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 11 22:51:14 2019 +0200 |
tree | 1f24dad29bd8ed0d6715bf96388817f8b162f7c6 | |
parent | 4999a7fb6585915b53888c930067b33c01674678 [diff] [blame] |
patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes #4291)
diff --git a/src/version.c b/src/version.c index 77d9406..fbc1db9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1838, +/**/ 1837, /**/ 1836,