commit | 6a95c889bf5ac81377bf5bb42a9d5d7e5cd3b1e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 26 23:02:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 26 23:02:46 2019 +0100 |
tree | 74fedc34af6befe141e1ae124709aaab6b02883d | |
parent | e99be0e6d28fad96efd2b2be23fa38e7559e80e1 [diff] [blame] |
patch 8.1.1057: nsis config is too complicated Problem: Nsis config is too complicated. Solution: Use "File /r" for the macros and pack directories. (Ken Takata, closes #4169)
diff --git a/src/version.c b/src/version.c index c23e834..8a9d8b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1057, +/**/ 1056, /**/ 1055,