comparison src/version.c @ 26656:ab46f0976435 v8.2.3857

patch 8.2.3857: Vim9: inconsistent error for using function() Commit: https://github.com/vim/vim/commit/2f9f4ccfc8f1d4a56761dc1cc1e9e20190a72c74 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 20 09:36:27 2021 +0000 patch 8.2.3857: Vim9: inconsistent error for using function() Problem: Vim9: inconsistent error for using function(). Solution: Use a runtime type check for the result of function(). (closes #8492)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Dec 2021 10:45:04 +0100
parents e01607ab0fab
children ed73553992bf
comparison
equal deleted inserted replaced
26655:5176bd4de557 26656:ab46f0976435
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3857,
752 /**/ 754 /**/
753 3856, 755 3856,
754 /**/ 756 /**/
755 3855, 757 3855,
756 /**/ 758 /**/