summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-19 23:36:31 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-19 23:36:31 +0200
commitca8942c6e331a69ddd533dd78931f399f7dcaa79 (patch)
treeed77eed70a17943cbe89ceb83bef916660e83a74 /src/version.c
parent12c11d553053f5a9eae9eb3c518279b12fa928c2 (diff)
downloadvim-git-7.4.2078.tar.gz
patch 7.4.2078v7.4.2078
Problem: Running checks in po diretory fails. Solution: Add colors used in syntax.c to the builtiin color table.
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 892894af7..c3443fe26 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2078,
+/**/
2077,
/**/
2076,