1
0
forked from aniani/vim

patch 8.2.3590: test for v:colornames sometimes fails

Problem:    Test for v:colornames sometimes fails. (Dominique Pellé)
Solution:   Check features.  Clear v:colornames between tests. (Drew Vogel,
            closes #9105, closes #9073)
This commit is contained in:
Drew Vogel
2021-11-13 10:50:01 +00:00
committed by Bram Moolenaar
parent 5300be620c
commit a0fca17251
5 changed files with 24 additions and 35 deletions

View File

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