# HG changeset patch # User vimboss # Date 1147517047 0 # Node ID 232a4740aa0ed615c52b289a111b51171e74a78f # Parent 64be6e0b070a5f5f58eddedc8b57dc0356642cd5 updated for version 7.0-005 diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5, +/**/ 4, /**/ 3,