comparison src/version.c @ 27988:0c84b198c678 v8.2.4519

patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish" Commit: https://github.com/vim/vim/commit/d523c7be5cf39174f3447e8ec498051cea381d27 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 14:51:22 2022 +0000 patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish" Problem: Vim9: Can still use ":fini" and ":finis" for ":finish". Solution: Require using ":finish".
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Mar 2022 16:00:13 +0100
parents c724906134a3
children 27ae8ea82d7a
comparison
equal deleted inserted replaced
27987:250bf98317ea 27988:0c84b198c678
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 4519,
753 /**/ 755 /**/
754 4518, 756 4518,
755 /**/ 757 /**/
756 4517, 758 4517,
757 /**/ 759 /**/