]> granicus.if.org Git - vim/commit
patch 8.2.4819: unmapping simplified keys also deletes other mapping v8.2.4819
authorzeertzjq <zeertzjq@outlook.com>
Sun, 24 Apr 2022 16:07:53 +0000 (17:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Apr 2022 16:07:53 +0000 (17:07 +0100)
commita4e3332650021921068ef12923b4501c5b9918cb
tree89004ee99786454fed5b603a31ebf3df798e3bf3
parentac92ab771952b2a9ee39ea6fa5e70e4c072942d5
patch 8.2.4819: unmapping simplified keys also deletes other mapping

Problem:    Unmapping simplified keys also deletes other mapping.
Solution:   Only unmap a mapping with m_simplified set. (closes #10270)
src/map.c
src/testdir/test_mapping.vim
src/version.c