diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-28 13:17:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-28 13:17:26 +0200 |
commit | 06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03 (patch) | |
tree | e6c08194d0487a450912b9fec1604fdb41eabf13 /Filelist | |
parent | 75e15670b8749845cde2962ddb738dd5c6e73191 (diff) | |
download | vim-git-06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03.tar.gz |
patch 8.2.1078: highlight and match functionality together in one filev8.2.1078
Problem: Highlight and match functionality together in one file.
Solution: Move match functionality to a separate file. (Yegappan Lakshmanan,
closes #6352)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,7 @@ SRC_ALL = \ src/main.c \ src/map.c \ src/mark.c \ + src/match.c \ src/mbyte.c \ src/memfile.c \ src/memfile_test.c \ @@ -247,6 +248,7 @@ SRC_ALL = \ src/proto/main.pro \ src/proto/map.pro \ src/proto/mark.pro \ + src/proto/match.pro \ src/proto/mbyte.pro \ src/proto/memfile.pro \ src/proto/memline.pro \ |