# HG changeset patch # User Bram Moolenaar # Date 1399981958 -7200 # Node ID 66fe4908b649ba18426af6f69e8ccb01b487dcbd # Parent 3d58286b6b210351dc3173a9dc5d3926467d877b 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 287, +/**/ 286, /**/ 285,