From 06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 28 Jun 2020 13:17:26 +0200 Subject: 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) --- src/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index 6cc0704727..a196f2b954 100644 --- a/src/README.md +++ b/src/README.md @@ -51,8 +51,9 @@ getchar.c | getting characters and key mapping highlight.c | syntax highlighting indent.c | text indentation insexpand.c | Insert mode completion -mark.c | marks map.c | mapping and abbreviations +mark.c | marks +match.c | highlight matching mbyte.c | multi-byte character handling memfile.c | storing lines for buffers in a swapfile memline.c | storing lines for buffers in memory -- cgit v1.2.3