comparison src/version.c @ 33361:241a1c2d30fd v9.0.1942

patch 9.0.1942: Vim9: execution stack invalidated with null object Commit: https://github.com/vim/vim/commit/c1946267f22efe3ec5eb0a1a914f30782a538983 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Sep 25 21:00:46 2023 +0200 patch 9.0.1942: Vim9: execution stack invalidated with null object Problem: Vim9: execution stack invalidated with null object Solution: Check for a null object before adjusting the execution stack closes: #13186 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Sep 2023 21:15:07 +0200
parents ce5257a49f56
children 14b9adfe6822
comparison
equal deleted inserted replaced
33360:77e0574450d0 33361:241a1c2d30fd
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1942,
702 /**/ 704 /**/
703 1941, 705 1941,
704 /**/ 706 /**/
705 1940, 707 1940,
706 /**/ 708 /**/