]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.680 v7.3.680
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2012 19:33:41 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2012 19:33:41 +0000 (21:33 +0200)
Problem:    Some files missing in the list of distributed files.
Solution:   Add lines for new files.

Filelist
src/version.c

index 2eac3685a978ccb62ae8fc000d0b47dc01f9c738..b63acd9c2aee7bde6ef76ff5cd17a3043a81830f 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -261,6 +261,7 @@ SRC_DOS =   \
                src/Make_mvc.mak \
                src/Make_w16.mak \
                src/bigvim.bat \
+               src/bigvim64.bat \
                src/msvcsetup.bat \
                src/msvc2008.bat \
                src/msvc2010.bat \
@@ -352,6 +353,7 @@ SRC_DOS_BIN =       \
                src/xpm/COPYRIGHT \
                src/xpm/README.txt \
                src/xpm/include/*.h \
+               src/xpm/x64/lib/libXpm.a \
                src/xpm/x64/lib/libXpm.lib \
                src/xpm/x86/lib/libXpm.a \
                src/xpm/x86/lib/libXpm.lib \
@@ -692,6 +694,7 @@ LANG_GEN = \
                runtime/tutor/tutor.utf-8 \
                runtime/tutor/tutor.?? \
                runtime/tutor/tutor.??.* \
+               runtime/tutor/tutor.??_??.* \
                runtime/tutor/tutor.bar \
                runtime/tutor/tutor.bar.* \
                runtime/spell/README.txt \
index 9ef1e8f07c683ba7471ead49fe5ff2960314a225..fa453088c368d3a91b2dc32cb8f66914369189c9 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    680,
 /**/
     679,
 /**/