commit | 25b2b94ea73eff2aeef624d2ba7f59a1a265a0c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 20:53:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 20:53:12 2016 +0100 |
tree | 7e65492f69ec37f1fa9d4eadfc4a6e9530a74468 | |
parent | a24f0a550fed3d9773800cf6be4efd072fff20ec [diff] [blame] |
patch 7.4.1124 Problem: MS-Windows: dead key behavior is not ideal. Solution: Handle dead keys differently when not in Insert or Select mode. (John Wellesz, closes #399)
diff --git a/src/version.c b/src/version.c index 09176eb..a1eb083 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1124, +/**/ 1123, /**/ 1122,