summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-15 22:40:22 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-15 22:40:22 +0200
commit2ac6e82a4ee06ab01905ba1f279d529de148a911 (patch)
treeedceffca855772b86e4492ef893754d518add85d /src/version.c
parent5d6844566a5dcb506c6d146f7e46f7e7d09220ae (diff)
patch 8.1.1699: highlight_ga can be local instead of globalv8.1.1699
Problem: Highlight_ga can be local instead of global. Solution: Move highlight_ga into highlight.c. (Yegappan Lakshmanan, closes #4675)
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 f6fed499b1..85480050b4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1699,
+/**/
1698,
/**/
1697,