1
0
forked from aniani/vim

patch 9.0.0252: cursor in wrong place after virtual text

Problem:    Cursor in wrong place after virtual text.
Solution:   Do not change the length of a virtual text property.
            (closes #10964)
This commit is contained in:
Bram Moolenaar
2022-08-24 12:24:37 +01:00
parent 762df0477c
commit f5240b96f7
5 changed files with 50 additions and 1 deletions

View File

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