commit | 73dc59aad86cd3e191b148ac367bf86daa42241c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 17:46:21 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 17:46:21 2011 +0200 |
tree | 078f4d51320981360ba82bd0d8966cc4e6edb1fb | |
parent | 8f535582ad8fd706502bee619a19bbb29a981d9d [diff] [blame] |
updated for version 7.3.328 Problem: When command line wraps the cursor may be displayed wrong when there are multi-byte characters. Solution: Position the cursor before drawing the text. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index cca3ead..3aa358f 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326,