1
0
forked from aniani/vim

patch 8.2.0539: comparing two NULL list fails

Problem:    Comparing two NULL list fails.
Solution:   Change the order of comparing two lists.
This commit is contained in:
Bram Moolenaar
2020-04-09 21:33:22 +02:00
parent 9c8bb7c0e2
commit 7b293c730b
3 changed files with 10 additions and 2 deletions

View File

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