commit | 2313b6125745a4ef0785b60182c6c0b600f71787 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 14:14:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 14:14:32 2019 +0200 |
tree | ecc80b82c057047572e41339e73231d8ec69df59 | |
parent | 5e8e967f25085de78d7826fe5a6bebbace1c6823 [diff] [blame] |
patch 8.1.2085: MS-Windows: draw error moving cursor over double-cell char Problem: MS-Windows: draw error moving cursor over double-cell character. Solution: Move the cursor to the left edge if needed. (Nobuhiro Takasaki, closes #4986)
diff --git a/src/version.c b/src/version.c index 6c17851..d215e90 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2085, +/**/ 2084, /**/ 2083,