1
0
forked from aniani/vim

patch 9.0.0168: cursor positioned wrong with two virtual text properties

Problem:    Cursor positioned wrong with two virtual text properties close
            together. (Ben Jackson)
Solution:   Add the original size, not the computed one. (closes #10864)
This commit is contained in:
Bram Moolenaar
2022-08-08 11:07:47 +01:00
parent 38ea2733b4
commit 25463610df
9 changed files with 48 additions and 8 deletions

View File

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