commit | 076073950c44ea0e35bc39d539dc7ab41bf9c7ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 19:20:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 19:20:43 2019 +0200 |
tree | 81cf7fef5898a58aba40ec11c33d4162a82aa98f | |
parent | 9c27b1c6d140ca824a78654c1cb70a43a69b4ec6 [diff] [blame] |
patch 8.1.1401: misspelled mkspellmem as makespellmem Problem: Misspelled mkspellmem as makespellmem. Solution: Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken Takata, closes #4437)
diff --git a/src/version.c b/src/version.c index 4f87663..940ac14 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1401, +/**/ 1400, /**/ 1399,