diff nsis/gvim.nsi @ 801:67fa3b60422d

updated for version 7.0b01
author vimboss
date Sat, 25 Mar 2006 21:46:12 +0000
parents 6beb2c667935
children 9f345c48220b
line wrap: on
line diff
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -116,7 +116,7 @@ Function .onInit
   # $2 - holds the names to create batch files for
   StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
   StrCpy $1 "-register-OLE"
-  StrCpy $2 "gvim evim gview gvimdiff"
+  StrCpy $2 "gvim evim gview gvimdiff vimtutor"
 
 FunctionEnd
 
@@ -214,6 +214,9 @@ Section "Vim executables and runtime fil
 	SetOutPath $0\plugin
 	File ${VIMRT}\plugin\*.*
 
+	SetOutPath $0\autoload
+	File ${VIMRT}\autoload\*.*
+
 	SetOutPath $0\syntax
 	File ${VIMRT}\syntax\*.*