commit | 5d4247402b7195c6872485ddf1600a1cea723027 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 04 19:11:30 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 04 19:11:30 2018 +0100 |
tree | 167fb88967fd22a9bf89cd873a2d79d9cc058116 | |
parent | 28944fecff3c40b44325921d45aaf67451b0937f [diff] [blame] |
patch 8.0.1472: MS-Windows: nsis installer is a bit slow Problem: MS-Windows: nsis installer is a bit slow. Solution: Use ReserveFile for vimrc.ini. (closes #2522)
diff --git a/src/version.c b/src/version.c index df15d11..5c4e17b 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1472, +/**/ 1471, /**/ 1470,