0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.1.2181: highlighting wrong when item follows tab

Problem:    Highlighting wrong when item follows tab.
Solution:   Don't use syntax attribute when n_extra is non-zero.
            (Christian Brabandt, closes #5076)
This commit is contained in:
Bram Moolenaar
2019-10-19 17:38:03 +02:00
parent 00e192becd
commit a74fda6f4d
4 changed files with 36 additions and 34 deletions

View File

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