commit | f9cc9f209ede9f15959e4c2351e970477c139614 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 21:29:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 21:29:22 2019 +0200 |
tree | 58daba9cac6039bc46d575e93d291676a8b0668f | |
parent | b8be54dcc517c9d57b62409945b7d4b90b6c3071 [diff] [blame] |
patch 8.1.1693: syntax coloring and highlighting is in one big file Problem: Syntax coloring and highlighting is in one big file. Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan, closes #4674)
diff --git a/src/version.c b/src/version.c index 0a4545e..75fa9c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1693, +/**/ 1692, /**/ 1691,