patch 8.2.3272: cannot use id zero with prop_find()

Problem:    Cannot use id zero with prop_find(). (Naohiro Ono)
Solution:   Also accept id zero.
This commit is contained in:
Bram Moolenaar
2021-08-01 21:30:12 +02:00
parent e4db17fb6e
commit e041dde7bb
3 changed files with 12 additions and 4 deletions

View File

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