]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4867: listing of mapping with K_SPECIAL is wrong v8.2.4867
authorzeertzjq <zeertzjq@outlook.com>
Wed, 4 May 2022 17:51:43 +0000 (18:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 May 2022 17:51:43 +0000 (18:51 +0100)
commitac402f4d64bec6b6efd809fef52f5b34627bf947
tree8cf3a9097adc75b03a37e67d74162b7b1706a9ac
parent47d4e317f85e4aeb3799d962f173bd0f1e7bc71c
patch 8.2.4867: listing of mapping with K_SPECIAL is wrong

Problem:    Listing of mapping with K_SPECIAL is wrong.
Solution:   Adjust escaping of special characters. (closes #10351)
src/map.c
src/message.c
src/testdir/test_mapping.vim
src/version.c