commit | 46cd43bda102c3782bba1c4c629836e010734d77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 22:22:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 22:22:11 2020 +0200 |
tree | 685e27f1f47839b3789eb0947c8808dae73942aa | |
parent | 852ea366d6432e719ffdd95e9fb7d49a9a960187 [diff] [blame] |
patch 8.2.0904: assuming modifyOtherKeys for rhs of mapping Problem: Assuming modifyOtherKeys for rhs of mapping. Solution: Ignore seenModifyOtherKeys for mapped characters. (closes #6200)
diff --git a/src/version.c b/src/version.c index 399886e..3d24837 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 904, +/**/ 903, /**/ 902,