From b66bab381c8ba71fd6e92327d1d34c6f8a65f2a7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 1 Aug 2019 14:28:24 +0200 Subject: patch 8.1.1785: map functionality mixed with character input Problem: Map functionality mixed with character input. Solution: Move the map functionality to a separate file. (Yegappan Lakshmanan, closes #4740) Graduate the +localmap feature. --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index f8eb9c4c72..c02a69648e 100644 --- a/src/README.md +++ b/src/README.md @@ -38,6 +38,7 @@ highlight.c | syntax highlighting indent.c | C and Lisp indentation insexpand.c | Insert mode completion mark.c | marks +map.c | mapping and abbreviations 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