comparison src/version.c @ 27030:c8809b8d19de v8.2.4044

patch 8.2.4044: Vim9: no error when importing the same script twice Commit: https://github.com/vim/vim/commit/7c24dfddc28776eeff7464982ae5b94e187b6135 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 17:03:55 2022 +0000 patch 8.2.4044: Vim9: no error when importing the same script twice Problem: Vim9: no error when importing the same script twice. Solution: Give an error, unless it is a reload.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 18:15:02 +0100
parents c9474ae175f4
children 18cafa092e8d
comparison
equal deleted inserted replaced
27029:07308e9dd7dc 27030:c8809b8d19de
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4044,
753 /**/ 755 /**/
754 4043, 756 4043,
755 /**/ 757 /**/
756 4042, 758 4042,
757 /**/ 759 /**/