commit | af610b8e66a7fefcb8db07ee65686f51e1cb288a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 16:22:50 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 16:22:50 2018 +0100 |
tree | 2db9d76d99aa2cae6cdc7997da4c4d3e5d3e195a | |
parent | d155d7a8519987361169459b8d464ae1caef5e9c [diff] [blame] |
patch 8.1.0616: NSIS installer is outdated Problem: NSIS installer is outdated. Solution: Use modern syntax, MUI2 and make it work better. Add translations. (Ken Takata, closes #3501)
diff --git a/src/version.c b/src/version.c index daeabf5..aadd161 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 616, +/**/ 615, /**/ 614,