]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0148: mapping related function in wrong source file v8.2.0148
authorBram Moolenaar <Bram@vim.org>
Fri, 24 Jan 2020 19:21:19 +0000 (20:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 Jan 2020 19:21:19 +0000 (20:21 +0100)
commit7f51bbe0d19f1f0cb0321326f45a17b4f5155f89
tree45f2a17e61cc8c5407b25da693102ba0b825a104
parent03c3bd9fd094c1aede2e8fe3ad8fd25b9f033053
patch 8.2.0148: mapping related function in wrong source file

Problem:    Mapping related function in wrong source file.
Solution:   Move the function.  Add a few more test cases. (Yegappan
            Lakshmanan, closes #5528)
src/map.c
src/proto/term.pro
src/term.c
src/testdir/test_mapping.vim
src/version.c