summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-05-13 13:52:38 +0200
committerBram Moolenaar <Bram@vim.org>2014-05-13 13:52:38 +0200
commit46ae3cedeb8785299e825970f46763eff73399c5 (patch)
tree1508ad590a905e05cd9a089d9a216ef32a3eea87
parent59838520c7a452adbe82b583dcdf967483b00a98 (diff)
downloadvim-git-7.4.287.tar.gz
updated for version 7.4.287v7.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.
-rw-r--r--Filelist1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
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
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 287,
+/**/
286,
/**/
285,