1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-09-27 14:14:32 +02:00
parent 5e8e967f25
commit 2313b61257
2 changed files with 19 additions and 6 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2085,
/**/
2084,
/**/