summaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-04-12 21:52:12 +0000
committervimboss <devnull@localhost>2006-04-12 21:52:12 +0000
commit3e75b9461275a957fa900b978b31987dcf282bd5 (patch)
tree6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /nsis
parentd973d37cb827199b60f0385763e9664fc5028d46 (diff)
downloadvim-3e75b9461275a957fa900b978b31987dcf282bd5.tar.gz
updated for version 7.0d02v7.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 d4e41f4d..e885e63a 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\*.*