commit | 2ac6e82a4ee06ab01905ba1f279d529de148a911 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 22:40:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 22:40:22 2019 +0200 |
tree | edceffca855772b86e4492ef893754d518add85d | |
parent | 5d6844566a5dcb506c6d146f7e46f7e7d09220ae [diff] [blame] |
patch 8.1.1699: highlight_ga can be local instead of global Problem: Highlight_ga can be local instead of global. Solution: Move highlight_ga into highlight.c. (Yegappan Lakshmanan, closes #4675)
diff --git a/src/version.c b/src/version.c index f6fed49..8548005 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1699, +/**/ 1698, /**/ 1697,