1
0
forked from aniani/vim

patch 8.2.4822: setting ufunc to NULL twice

Problem:    Setting ufunc to NULL twice.
Solution:   Set ufunc to NULL in find_exported(). (closes #19275)
This commit is contained in:
LemonBoy
2022-04-24 21:55:00 +01:00
committed by Bram Moolenaar
parent aac12daa61
commit af59e34f1b
3 changed files with 5 additions and 2 deletions

View File

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