1
0
forked from aniani/vim

patch 8.2.4062: match highlighting of tab too short

Problem:    Match highlighting of tab too short.
Solution:   Do not stop match highlighting if on a Tab. (Christian Brabandt,
            closes #9507, closes #9500)
This commit is contained in:
Bram Moolenaar
2022-01-11 13:14:54 +00:00
parent 0d47ad4027
commit 0bbca540f7
4 changed files with 33 additions and 2 deletions

View File

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