Hi,
On Tue, Jun 14, 2022 at 10:33 AM Christ van Willegen
wrote:
>
> Op di 14 jun. 2022 14:43 schreef Bram Moolenaar :
>>
>>
>> Patch 8.2.5089
>> Problem:Some functions return a different value on failure.
>> Solution: Initialize the return
Hi all,
Op di 14 jun. 2022 14:43 schreef Bram Moolenaar :
>
> Patch 8.2.5089
> Problem:Some functions return a different value on failure.
> Solution: Initialize the return value earlier. (Yegappan Lakshmanan,
> closes #10568);
>
> + if (rettv_list
Patch 8.2.5089
Problem:Some functions return a different value on failure.
Solution: Initialize the return value earlier. (Yegappan Lakshmanan,
closes #10568)
Files: src/autocmd.c, src/dict.c, src/evalfunc.c, src/list.c
*** ../vim-8.2.5088/src/autocmd.c 2022-06-01