• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisión232a4740aa0ed615c52b289a111b51171e74a78f (tree)
Tiempo2006-05-13 19:44:07
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0-005

Cambiar Resumen

Diferencia incremental

diff -r 64be6e0b070a -r 232a4740aa0e nsis/gvim.nsi
--- a/nsis/gvim.nsi Sat May 13 10:32:52 2006 +0000
+++ b/nsis/gvim.nsi Sat May 13 10:44:07 2006 +0000
@@ -391,6 +391,7 @@
391391 ClearErrors
392392 # Remove everything but *.dll files. Avoids that
393393 # a lot remains when gvimext.dll cannot be deleted.
394+ RMDir /r $0\autoload
394395 RMDir /r $0\colors
395396 RMDir /r $0\compiler
396397 RMDir /r $0\doc
@@ -398,6 +399,7 @@
398399 RMDir /r $0\indent
399400 RMDir /r $0\macros
400401 RMDir /r $0\plugin
402+ RMDir /r $0\spell
401403 RMDir /r $0\syntax
402404 RMDir /r $0\tools
403405 RMDir /r $0\tutor
diff -r 64be6e0b070a -r 232a4740aa0e src/version.c
--- a/src/version.c Sat May 13 10:32:52 2006 +0000
+++ b/src/version.c Sat May 13 10:44:07 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 5,
671+/**/
670672 4,
671673 /**/
672674 3,
Show on old repository browser