commit | 8c85fa3b2659a01fc1462ea26140ad2d0622e5b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:08:03 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:08:03 2011 +0200 |
tree | 569a36665fef6bf623fdfe92ac17cf1c3d273518 | |
parent | cf839732113e19a53302331d4f479a5e844a4a67 [diff] [blame] |
updated for version 7.3.277 Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
diff --git a/src/version.c b/src/version.c index cdbde12..517310e 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 277, +/**/ 276, /**/ 275,