commit | ffc0716af8e448ef8a2a3249edfd0260546933df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 20:17:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 20:17:51 2019 +0200 |
tree | d58eeb5c9b9d962d6414740de83d5171a3c99ad1 | |
parent | f8b055d1707375fa51c3050a9db682cbbfd49542 [diff] [blame] |
patch 8.1.1877: graduated features scattered Problem: Graduated features scattered. Solution: Put graduated and obsolete features together.
diff --git a/src/version.c b/src/version.c index ed8cc6b..b7d09aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1877, +/**/ 1876, /**/ 1875,