summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-05-13 10:44:07 +0000
committerBram Moolenaar <Bram@vim.org>2006-05-13 10:44:07 +0000
commit408b585732f84bbc3237f5b022538759c10c0f10 (patch)
treeddd2335896ac229fa1df1dba1a451340b691ba47
parentb4872945fdcedc9a16af34d05c84b21d98425ae0 (diff)
updated for version 7.0-005v7.0.005
-rw-r--r--nsis/gvim.nsi2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 1ddae270bb..14c0d8c704 100644
--- 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
index e0f1edc2e5..e38d2d916e 100644
--- 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,