commit | d2e8087b532e676cc513a2b385deaf1bf7afbf94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 22 18:44:33 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 22 18:44:33 2014 +0200 |
tree | 8b2b7f6c436770aa3c5ee9238f18f0139afd2708 | |
parent | ce2f2e061db91cc62e13023695dfa4a2755581f5 [diff] [blame] |
updated for version 7.4.413 Problem: MS-Windows: Using US international keyboard layout, inserting dead key by pressing space does not always work. Issue 250. Solution: Let MS-Windows translate the message. (John Wellesz)
diff --git a/src/version.c b/src/version.c index 40b7ae4..e742d18 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 413, +/**/ 412, /**/ 411,