commit | a4e3332650021921068ef12923b4501c5b9918cb | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Apr 24 17:07:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 17:07:53 2022 +0100 |
tree | 89004ee99786454fed5b603a31ebf3df798e3bf3 | |
parent | ac92ab771952b2a9ee39ea6fa5e70e4c072942d5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 74b4625..1d54137 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4819, +/**/ 4818, /**/ 4817,