]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1978: making a mapping work in all modes is complicated v8.2.1978
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Nov 2020 13:21:06 +0000 (14:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Nov 2020 13:21:06 +0000 (14:21 +0100)
commit957cf67d50516ba98716f59c9e1cb6412ec1535d
treea1f287aee01e4cbb023b2531a5a4b90e9728a8bf
parentea2d407f9c144bb634c59017944e4930ed7f80a2
patch 8.2.1978: making a mapping work in all modes is complicated

Problem:    Making a mapping work in all modes is complicated.
Solution:   Add the <Cmd> special key. (Yegappan Lakshmanan, closes #7282,
            closes 4784, based on patch by Bjorn Linse)
19 files changed:
runtime/doc/autocmd.txt
runtime/doc/eval.txt
runtime/doc/map.txt
src/edit.c
src/errors.h
src/ex_docmd.c
src/ex_getln.c
src/getchar.c
src/insexpand.c
src/keymap.h
src/map.c
src/misc2.c
src/normal.c
src/ops.c
src/proto/getchar.pro
src/screen.c
src/terminal.c
src/testdir/test_mapping.vim
src/version.c