commit | e4c21e6899b6e4d9d4e0b29fc43c604edd3bc507 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 22 16:05:19 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 22 16:05:19 2014 +0200 |
tree | 2ee8def4dc98978732d285307b214c836801f8fa | |
parent | bc6cf6c5117d9ef19904c6fb56a2a45faa33afdb [diff] [blame] |
updated for version 7.4.303 Problem: When using double-width characters the text displayed on the command line is sometimes truncated. Solution: Reset the string lenght. (Nobuhiro Takasaki)
diff --git a/src/version.c b/src/version.c index 1c1aa2b..efdb196 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 303, +/**/ 302, /**/ 301,