commit | 82e743c5b343847d88b958594ad3433213ef9405 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 15:39:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 15:39:53 2020 +0100 |
tree | fcac5abf199732db6685450e62191d8d13a24d2e | |
parent | 7d941ee032c02a4b682201881eb5c1f1958f17ee [diff] [blame] |
patch 8.2.0451: Win32: double-width character displayed incorrectly Problem: Win32: double-width character displayed incorrectly. Solution: First move the cursor to the first column. (Nobuhiro Takasaki, closes #5848)
diff --git a/src/version.c b/src/version.c index 0fecc97..12e287d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 451, +/**/ 450, /**/ 449,