comparison src/version.c @ 29312:2715448db31c v8.2.5172

patch 8.2.5172: "make menu" still uses legacy script Commit: https://github.com/vim/vim/commit/c19f1a3488c1bb6fe5707dc6338b13cb9f598670 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 27 23:13:04 2022 +0100 patch 8.2.5172: "make menu" still uses legacy script Problem: "make menu" still uses legacy script. Solution: make menu generation script use Vim9 script, fix errors.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 00:15:03 +0200
parents f103da6ba95f
children f8116058ca76
comparison
equal deleted inserted replaced
29311:8eeda3ed1a8d 29312:2715448db31c
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 5172,
738 /**/ 740 /**/
739 5171, 741 5171,
740 /**/ 742 /**/
741 5170, 743 5170,
742 /**/ 744 /**/