summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-07 21:31:27 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-07 21:31:27 +0100
commit65408f7dfbd4bb50d740a8b8f2171080571223f2 (patch)
tree5c6d07f87b29f9f0726b9b251c2693977634cc6a /src/version.c
parentad4187e6fc9c8e1083a172852d958a70a689a75c (diff)
downloadvim-65408f7dfbd4bb50d740a8b8f2171080571223f2.zip
patch 8.0.0428: git and hg see new files after running tests
Problem: Git and hg see new files after running tests. (Manuel Ortega) Solution: Add the generated file to .hgignore (or .gitignore). Delete the resulting verbose file. (Christian Brabandt) Improve dependency on opt_test.vim. Reset the 'more' option.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 962f5b8d1..983a4259e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 428,
+/**/
427,
/**/
426,