]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.681 v7.3.681
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2012 19:48:43 +0000 (21:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Oct 2012 19:48:43 +0000 (21:48 +0200)
Problem:    List of distributed files picks up backup files.
Solution:   Make tutor patterns more specific.

Filelist
src/version.c

index b63acd9c2aee7bde6ef76ff5cd17a3043a81830f..b1563eb73893e6220f6ea98bf67fc408ce55f48f 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -693,10 +693,17 @@ LANG_GEN = \
                runtime/tutor/Makefile \
                runtime/tutor/tutor.utf-8 \
                runtime/tutor/tutor.?? \
-               runtime/tutor/tutor.??.* \
-               runtime/tutor/tutor.??_??.* \
+               runtime/tutor/tutor.??.utf-8 \
+               runtime/tutor/tutor.??.euc \
+               runtime/tutor/tutor.??.sjis \
+               runtime/tutor/tutor.??.iso9 \
+               runtime/tutor/tutor.??.big5 \
+               runtime/tutor/tutor.??.cp1250 \
+               runtime/tutor/tutor.??.cp1251 \
+               runtime/tutor/tutor.??.cp737 \
+               runtime/tutor/tutor.??_??.utf-8 \
                runtime/tutor/tutor.bar \
-               runtime/tutor/tutor.bar.* \
+               runtime/tutor/tutor.bar.utf-8 \
                runtime/spell/README.txt \
                runtime/spell/??/*.diff \
                runtime/spell/??/main.aap \
index fa453088c368d3a91b2dc32cb8f66914369189c9..c991525c4b48d3c624985c777aed936297d3beea 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    681,
 /**/
     680,
 /**/