comparison src/version.c @ 24996:0136c6ee1961 v8.2.3035

patch 8.2.3035: Vim9: crash when calling :def function with partial Commit: https://github.com/vim/vim/commit/831bdf8622fdfce7f02d48f847005e3909a055a8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 22 19:32:17 2021 +0200 patch 8.2.3035: Vim9: crash when calling :def function with partial Problem: Vim9: crash when calling :def function with partial and return type is not set. Solution: When the return type is not set handle like the return type is unknown. (closes #8422)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Jun 2021 19:45:03 +0200
parents cc09387f723e
children 3b1770226f85
comparison
equal deleted inserted replaced
24995:541097a70f43 24996:0136c6ee1961
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3035,
758 /**/ 760 /**/
759 3034, 761 3034,
760 /**/ 762 /**/
761 3033, 763 3033,
762 /**/ 764 /**/