]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1785: map functionality mixed with character input v8.1.1785
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2019 12:28:24 +0000 (14:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2019 12:28:24 +0000 (14:28 +0200)
commitb66bab381c8ba71fd6e92327d1d34c6f8a65f2a7
tree0ce017c26ce910c3c0cf9aa02ddfb904fc319042
parent3f9bdeb2a521a408c04fd9584a752845b3accbbd
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.
18 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/buffer.c
src/evalfunc.c
src/ex_docmd.c
src/feature.h
src/getchar.c
src/map.c [new file with mode: 0644]
src/proto.h
src/proto/getchar.pro
src/proto/map.pro [new file with mode: 0644]
src/structs.h
src/version.c