From 18144c84231aee36ae1d11b74941c9b318f1706a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 12 Apr 2006 21:52:12 +0000 Subject: updated for version 7.0d02 --- nsis/gvim.nsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsis') 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\*.* -- cgit v1.2.1