summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-01 14:28:24 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-01 14:28:24 +0200
commitb66bab381c8ba71fd6e92327d1d34c6f8a65f2a7 (patch)
tree0ce017c26ce910c3c0cf9aa02ddfb904fc319042 /src/proto.h
parent3f9bdeb2a521a408c04fd9584a752845b3accbbd (diff)
downloadvim-git-b66bab381c8ba71fd6e92327d1d34c6f8a65f2a7.tar.gz
patch 8.1.1785: map functionality mixed with character inputv8.1.1785
Problem: Map functionality mixed with character input. Solution: Move the map functionality to a separate file. (Yegappan Lakshmanan, closes #4740) Graduate the +localmap feature.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 22570127e..34ef9cc96 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -98,6 +98,7 @@ extern int _stricoll(char *a, char *b);
# include "list.pro"
# include "blob.pro"
# include "main.pro"
+# include "map.pro"
# include "mark.pro"
# include "memfile.pro"
# include "memline.pro"