1
0
forked from aniani/vim

patch 8.2.2068: transparent syntax item uses start/end of containing region

Problem:    Transparent syntax item uses start/end of containing region.
Solution:   Do not change the startpos and endpos of a transparent region to
            that of its containing region. (Adrian Ghizaru, closes #7349,
            closes #7391)
This commit is contained in:
Bram Moolenaar
2020-11-29 14:11:41 +01:00
parent f5452691ba
commit b46f57e87b
3 changed files with 98 additions and 2 deletions

View File

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