845afa9
To: vim-dev@vim.org
845afa9
Subject: Patch 7.0.005 (extra)
845afa9
Fcc: outbox
845afa9
From: Bram Moolenaar <Bram@moolenaar.net>
845afa9
Mime-Version: 1.0
845afa9
Content-Type: text/plain; charset=ISO-8859-1
845afa9
Content-Transfer-Encoding: 8bit
845afa9
------------
845afa9
845afa9
Patch 7.0.005 (extra)
845afa9
Problem:    Win32: The installer doesn't remove the "autoload" and "spell"
845afa9
	    directories. (David Fishburn)
845afa9
Solution:   Add the directories to the list to be removed.
845afa9
Files:	    nsis/gvim.nsi
845afa9
845afa9
845afa9
*** ../vim-7.0.004/nsis/gvim.nsi	Wed May 10 15:22:50 2006
845afa9
--- nsis/gvim.nsi	Mon May  8 17:57:28 2006
845afa9
***************
845afa9
*** 391,396 ****
845afa9
--- 391,397 ----
845afa9
  	ClearErrors
845afa9
  	# Remove everything but *.dll files.  Avoids that
845afa9
  	# a lot remains when gvimext.dll cannot be deleted.
845afa9
+ 	RMDir /r $0\autoload
845afa9
  	RMDir /r $0\colors
845afa9
  	RMDir /r $0\compiler
845afa9
  	RMDir /r $0\doc
845afa9
***************
845afa9
*** 398,403 ****
845afa9
--- 399,405 ----
845afa9
  	RMDir /r $0\indent
845afa9
  	RMDir /r $0\macros
845afa9
  	RMDir /r $0\plugin
845afa9
+ 	RMDir /r $0\spell
845afa9
  	RMDir /r $0\syntax
845afa9
  	RMDir /r $0\tools
845afa9
  	RMDir /r $0\tutor
845afa9
*** ../vim-7.0.004/src/version.c	Wed May 10 17:15:05 2006
845afa9
--- src/version.c	Wed May 10 17:24:02 2006
845afa9
***************
845afa9
*** 668,669 ****
845afa9
--- 668,671 ----
845afa9
  {   /* Add new patch number below this line */
845afa9
+ /**/
845afa9
+     5,
845afa9
  /**/
845afa9
845afa9
-- 
845afa9
From "know your smileys":
845afa9
 :-&	Eating spaghetti
845afa9
845afa9
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
845afa9
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
845afa9
\\\        download, build and distribute -- http://www.A-A-P.org        ///
845afa9
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///