commit | fafb4b18cd4aa5897537f53003b31bb83d7362df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 18:34:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 18:34:57 2019 +0200 |
tree | db0dc6de4c04bfd8964506937cd6facae7dd1391 | |
parent | 17efc7fa05daea1e916a25620c71a5626b7f298d [diff] [blame] |
patch 8.1.2159: some mappings are listed twice Problem: Some mappings are listed twice. Solution: Skip mappings duplicated for modifyOtherKeys. (closes #5064)
diff --git a/src/version.c b/src/version.c index 2042cb0..91cffb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2159, +/**/ 2158, /**/ 2157,