From: Bram Moolenaar Date: Tue, 13 May 2014 11:52:38 +0000 (+0200) Subject: updated for version 7.4.287 X-Git-Tag: v7.4.287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46ae3cedeb8785299e825970f46763eff73399c5;p=vim updated for version 7.4.287 Problem: Patches for .hgignore don't work, since the file is not in the distribution. Solution: Add .hgignore to the distribution. Will be effective with the next version. --- diff --git a/Filelist b/Filelist index 60221160a..46aaa964e 100644 --- a/Filelist +++ b/Filelist @@ -3,6 +3,7 @@ # source files for all source archives SRC_ALL = \ + .hgignore \ src/README.txt \ src/arabic.c \ src/arabic.h \ diff --git a/src/version.c b/src/version.c index e510d3762..5ebb30d4e 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 287, /**/ 286, /**/