commit | 64fdf5ceae75d85e139a0d3812e0544f5bf6cb56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 12:03:06 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 12:03:06 2012 +0200 |
tree | 5c8e833a290f5aeae2498cadb62fbef4303a0470 | |
parent | c873442b15bb94dc099363f6e1ffa57cc4d3ea04 [diff] [blame] |
updated for version 7.3.539 Problem: Redrawing a character on the command line does not work properly for multi-byte charactes. Solution: Count the number of bytes in a character. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 4f3ef5b..9eecd6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 539, +/**/ 538, /**/ 537,