1
0
forked from aniani/vim

patch 8.1.1543: const test fails with small features

Problem:    Const test fails with small features.
Solution:   Don't unlet non-existing variables.
This commit is contained in:
Bram Moolenaar
2019-06-15 17:50:57 +02:00
parent d7c9687947
commit b6e3b88ec8
2 changed files with 10 additions and 4 deletions

View File

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