comparison src/version.c @ 27279:6e1b0c4ab668 v8.2.4168

patch 8.2.4168: disallowing empty function name breaks existing plugins Commit: https://github.com/vim/vim/commit/e6a4200ff47708febcd7cb2b8c3dd3801a975d43 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 21 10:32:58 2022 +0000 patch 8.2.4168: disallowing empty function name breaks existing plugins Problem: Disallowing empty function name breaks existing plugins. Solution: Allow empty function name in legacy script.
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Jan 2022 11:45:03 +0100
parents b73e3617c1d6
children f7d73708b391
comparison
equal deleted inserted replaced
27278:31aa8d6063dd 27279:6e1b0c4ab668
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 4168,
753 /**/ 755 /**/
754 4167, 756 4167,
755 /**/ 757 /**/
756 4166, 758 4166,
757 /**/ 759 /**/