commit | 5f32ece459d1f310b1b48b72e07dcd77d3261a76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 21:51:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 21:51:59 2019 +0200 |
tree | 32f770f03d408817c017596ae1836f2e29ebde32 | |
parent | defa067c54874dd987121dd7252c62755e0aebfa [diff] [blame] |
patch 8.1.1728: wrong place for command line history viminfo support Problem: Wrong place for command line history viminfo support. Solution: Move it to viminfo.c.
diff --git a/src/version.c b/src/version.c index f230387..ce47c9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1728, +/**/ 1727, /**/ 1726,