1
0
forked from aniani/vim

patch 9.0.1077: can add text property with negative ID before virtual text

Problem:    Can add text property with negative ID before virtual text
            property.
Solution:   Remember that a text property with a negative ID was used and give
            an appropriate error message. (closes #11725)
            Fix index computation.
This commit is contained in:
Bram Moolenaar
2022-12-19 13:31:06 +00:00
parent 8efdcee02e
commit 4ce1f99a2d
7 changed files with 86 additions and 4 deletions

View File

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