commit | defa067c54874dd987121dd7252c62755e0aebfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 19:25:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 19:25:37 2019 +0200 |
tree | 4734b054e299ab86a5141b29a5305f7782edd81a | |
parent | ed997adaa1e9bd057ce732a73d933b739e9d0c30 [diff] [blame] |
patch 8.1.1727: code for viminfo support is spread out Problem: Code for viminfo support is spread out. Solution: Move to code to viminfo.c. (Yegappan Lakshmanan, closes #4686)
diff --git a/src/version.c b/src/version.c index a1d68d8..f230387 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1727, +/**/ 1726, /**/ 1725,