commit | 1916673a1696eab66516c3f96bec1f2e4b92f761 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 17:59:33 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 17:59:33 2018 +0100 |
tree | 2b46a105100276ca7533cceed393b46b9100d654 | |
parent | af610b8e66a7fefcb8db07ee65686f51e1cb288a [diff] [blame] |
patch 8.1.0617: NSIS installer gets two files from the wrong directory Problem: NSIS installer gets two files from the wrong directory. Solution: Change ${VIMRT} to "..\".
diff --git a/src/version.c b/src/version.c index aadd161..77bfd81 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 617, +/**/ 616, /**/ 615,