summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-19 21:40:28 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-19 21:40:28 +0100
commit66ae3d199fdcd732eb79266e913e4e6d2e82ee76 (patch)
tree05e540eadec2492313cbc096f306389bae2c95ee /nsis
parent0d8562a9992e94d532485c37268ca33c0c49ecc2 (diff)
downloadvim-git-66ae3d199fdcd732eb79266e913e4e6d2e82ee76.tar.gz
patch 8.1.0955: matchit autoload directory not in installerv8.1.0955
Problem: Matchit autoload directory not in installer. (Chris Morgan) Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006)
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 17e3e7238..9f9fb4ed5 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -379,6 +379,8 @@ Section "$(str_section_exe)" id_section_exe
File ${VIMRT}\pack\dist\opt\matchit\doc\*.*
SetOutPath $0\pack\dist\opt\matchit\plugin
File ${VIMRT}\pack\dist\opt\matchit\plugin\*.*
+ SetOutPath $0\pack\dist\opt\matchit\autoload
+ File ${VIMRT}\pack\dist\opt\matchit\autoload\*.*
SetOutPath $0\pack\dist\opt\shellmenu\plugin
File ${VIMRT}\pack\dist\opt\shellmenu\plugin\*.*