commit | 213ae488546f45f7b4b4a184f99de44d3c1ffd5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 15 21:51:36 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 15 21:51:36 2011 +0100 |
tree | 3cfb4d8ea1109dda16df0923a442b71e7b8aefee | |
parent | f1568eca24d30d4f308e987657c53cd48d97d8fa [diff] [blame] |
updated for version 7.3.382 Problem: IME characters are inserted twice. Solution: Do not call DefWindowProc() if the event was handled. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 6ee8427..8f7ff03 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 382, +/**/ 381, /**/ 380,