commit | da4d7a92d5188ed96795bb98667766c49e16bc72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 18:29:26 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 18:29:26 2010 +0100 |
tree | c36c4fd267d05e6d2a889e0e122b417673e11b39 | |
parent | 0dbf720d864782177041d276d78e4a216fd320f9 [diff] [blame] |
updated for version 7.2.348 Problem: Unicode double-width characters are not up-to date. Solution: Produce the double-width table like the others.
diff --git a/src/version.c b/src/version.c index 8b9013f..2f48ecb 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 348, +/**/ 347, /**/ 346,