1
0
forked from aniani/vim

patch 8.2.3700: text property highlighting continues over breakindent

Problem:    Text property highlighting continues over breakindent.
Solution:   Stop before the end column. (closes #9242)
This commit is contained in:
Bram Moolenaar
2021-11-29 21:12:35 +00:00
parent 651fca85c7
commit 6b839ac775
4 changed files with 49 additions and 1 deletions

View File

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