]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-005 v7.0.005
authorBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 10:44:07 +0000 (10:44 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 10:44:07 +0000 (10:44 +0000)
nsis/gvim.nsi
src/version.c

index 1ddae270bbab289b7109368d235017e5d7b971db..14c0d8c704c10feb9cdf5753041a62741082d1ea 100644 (file)
@@ -391,6 +391,7 @@ Section Uninstall
        ClearErrors
        # Remove everything but *.dll files.  Avoids that
        # a lot remains when gvimext.dll cannot be deleted.
+       RMDir /r $0\autoload
        RMDir /r $0\colors
        RMDir /r $0\compiler
        RMDir /r $0\doc
@@ -398,6 +399,7 @@ Section Uninstall
        RMDir /r $0\indent
        RMDir /r $0\macros
        RMDir /r $0\plugin
+       RMDir /r $0\spell
        RMDir /r $0\syntax
        RMDir /r $0\tools
        RMDir /r $0\tutor
index e0f1edc2e59faa18f9889327b9f3608dd980866a..e38d2d916e784585fb56e2b61717f59e32412d9e 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5,
 /**/
     4,
 /**/