0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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

@@ -6159,7 +6159,7 @@ handle_subscript(
char_u *exp_name;
int cc;
int idx;
ufunc_T *ufunc = NULL;
ufunc_T *ufunc;
type_T *type;
// Found script from "import {name} as name", script item name must