commit | 0f2721223e5b97ac250d729b2359471241a3ab7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 18:37:40 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 18:37:40 2013 +0100 |
tree | 0355c81415f413a46efac2f65f6aecb3a68aa2cf | |
parent | 459339662566bcf5ae9892c7dabb9518e7f70f83 [diff] [blame] |
updated for version 7.3.782 Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index a3351c3..b60be3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 782, +/**/ 781, /**/ 780,