1
0
forked from aniani/vim

patch 8.0.1169: highlignting one char too many with 'list' and 'cul'

Problem:    Highlignting one char too many with 'list' and 'cul'.
Solution:   Check for 'list' being active. (Ozaki Kiichi, closes #2177)
This commit is contained in:
Bram Moolenaar
2017-10-01 14:35:02 +02:00
parent 0aa398f55a
commit 5ece3e359c
3 changed files with 31 additions and 2 deletions

View File

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