comparison src/version.c @ 25774:9edad9a8cca6 v8.2.3422

patch 8.2.3422: Vim9: no failure if return type differs from returned var Commit: https://github.com/vim/vim/commit/efc084e3353d6854b6dac8b240f70cb0abb838ad Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 22:30:52 2021 +0200 patch 8.2.3422: Vim9: no failure if return type differs from returned var Problem: Vim9: no failure if return type differs from returned variable. Solution: Copy type when copying a list. (closes https://github.com/vim/vim/issues/8847)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:45:05 +0200
parents 7dbd3a65a04b
children f31cf0388eab
comparison
equal deleted inserted replaced
25773:11b656e74444 25774:9edad9a8cca6
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 3422,
758 /**/ 760 /**/
759 3421, 761 3421,
760 /**/ 762 /**/
761 3420, 763 3420,
762 /**/ 764 /**/