]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.339 v7.3.339
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2011 14:35:35 +0000 (16:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2011 14:35:35 +0000 (16:35 +0200)
Problem:    "make shadow" doesn't link all test files.
Solution:   Add a line in Makefile and Filelist.

Filelist
src/Makefile
src/version.c

index 80b58fc7b382de1d2f6202adbcc5c0f2ccf19f98..2db6ff2f91d3017142e09862f74fca9642c11bfc 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -81,6 +81,7 @@ SRC_ALL =     \
                src/testdir/test[0-9]*.ok \
                src/testdir/test49.vim \
                src/testdir/test60.vim \
+               src/testdir/test83-tags? \
                src/proto.h \
                src/proto/blowfish.pro \
                src/proto/buffer.pro \
index 5d5b6005a7f709a05f25b26bf836375c35c98746..5b3248249df4d8a9af7193a3098b8b4663a49fb9 100644 (file)
@@ -2328,6 +2328,7 @@ shadow:   runtime pixmaps
                                 ../../testdir/vimrc.unix \
                                 ../../testdir/*.in \
                                 ../../testdir/*.vim \
+                                ../../testdir/test83-tags? \
                                 ../../testdir/*.ok .
 
 # Link needed for doing "make install" in a shadow directory.
index 01bc41b4524d32f43de1b6b2ff1177b19a8f72e5..28bf342397c94bc47b8dfd4038364db448704d10 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    339,
 /**/
     338,
 /**/