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/Make_morph.mak b/src/Make_morph.mak index ce615b2..bd95115 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -72,6 +72,7 @@ main.c \ map.c \ mark.c \ + match.c \ mbyte.c \ memfile.c \ memline.c \