summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-28 13:17:26 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-28 13:17:26 +0200
commit06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03 (patch)
treee6c08194d0487a450912b9fec1604fdb41eabf13 /src/README.md
parent75e15670b8749845cde2962ddb738dd5c6e73191 (diff)
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 'src/README.md')
-rw-r--r--src/README.md3
1 files changed, 2 insertions, 1 deletions
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