commit | 1e814bc017907209a66af82f8fb76c6d1fc324aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 21:19:41 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 21:19:41 2019 +0100 |
tree | 05f1e944d8ae05ca878842a5ed49b551852bcbd8 | |
parent | e890b9f5dd3ae76e301b2df7f3151366acaba5dc [diff] [blame] |
patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabled Problem: CTRL-W dot does not work in a terminal when modifyOtherKeys is enabled. Solution: Use the modifier when needed. Pass the modifier along with the key to avoid mistakes.
diff --git a/src/version.c b/src/version.c index 6289798..a577dab 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2248, +/**/ 2247, /**/ 2246,