summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-12 21:52:12 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-12 21:52:12 +0000
commit18144c84231aee36ae1d11b74941c9b318f1706a (patch)
tree6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /nsis
parent4c3f536f472c7443ed4f672ae6d35a28805d7641 (diff)
downloadvim-git-18144c84231aee36ae1d11b74941c9b318f1706a.tar.gz
updated for version 7.0d02v7.0d02
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index d4e41f4d3..e885e63a2 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -217,6 +217,9 @@ Section "Vim executables and runtime files"
SetOutPath $0\autoload
File ${VIMRT}\autoload\*.*
+ SetOutPath $0\autoload\xml
+ File ${VIMRT}\autoload\xml\*.*
+
SetOutPath $0\syntax
File ${VIMRT}\syntax\*.*