commit | 06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 13:17:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 13:17:26 2020 +0200 |
tree | e6c08194d0487a450912b9fec1604fdb41eabf13 | |
parent | 75e15670b8749845cde2962ddb738dd5c6e73191 [diff] [blame] |
patch 8.2.1078: highlight and match functionality together in one file Problem: Highlight and match functionality together in one file. Solution: Move match functionality to a separate file. (Yegappan Lakshmanan, closes #6352)
diff --git a/src/version.c b/src/version.c index d9a36e2..4394d52 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1078, +/**/ 1077, /**/ 1076,