commit | a3442cb5056ca62fc71fa03f68a9395e4391caf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 14:34:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 14:34:12 2016 +0100 |
tree | 2990ee7a4fccdfa0624cf3b08e05d2814f122d66 | |
parent | fff341eb5960f656529b56c949043f041eddbb1e [diff] [blame] |
patch 7.4.1556 Problem: "make install" changes the help tags file, causing it to differ from the repository. Solution: Move it aside and restore it.
diff --git a/src/version.c b/src/version.c index 38d89c1..9c15aaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1556, +/**/ 1555, /**/ 1554,