commit | a3891681f72fd9efdea6444620d787358850d823 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 22:42:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 22:42:13 2019 +0200 |
tree | b38a488d9f32a0e51d9b5fa4f4fb24697e1020f9 | |
parent | 413c04e8d515f604a17b90295c86a0fd547518ba [diff] [blame] |
patch 8.1.1865: spellrare and spellrepall in the wrong order Problem: Spellrare and spellrepall in the wrong order. Solution: Put spellrare below spellrepall. (closes #4820)
diff --git a/src/version.c b/src/version.c index f3de68b..f8a907e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1865, +/**/ 1864, /**/ 1863,