1
0
forked from aniani/vim

patch 8.1.0638: text property highlighting is off by one column

Problem:    Text property highlighting is off by one column. (Bjorn Linse)
Solution:   Update text property highlighting earlier.  Let it overrule syntax
            highlighting.
This commit is contained in:
Bram Moolenaar
2018-12-26 00:25:20 +01:00
parent 4604fbbbff
commit 48f88ac85b
3 changed files with 75 additions and 67 deletions

View File

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