comparison src/version.c @ 24584:abc4793f48a3 v8.2.2831

patch 8.2.2831: Vim9: expandcmd() not tested Commit: https://github.com/vim/vim/commit/02795104442764cd162c2213c7d942a8ddc0a691 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 3 21:40:26 2021 +0200 patch 8.2.2831: Vim9: expandcmd() not tested Problem: Vim9: expandcmd() not tested. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 21:45:03 +0200
parents 1a658c5eb326
children b7f58be68c02
comparison
equal deleted inserted replaced
24583:ec248672f98e 24584:abc4793f48a3
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 2831,
753 /**/ 755 /**/
754 2830, 756 2830,
755 /**/ 757 /**/
756 2829, 758 2829,
757 /**/ 759 /**/