comparison src/version.c @ 29499:13a57ebccde1 v9.0.0091

patch 9.0.0091: duplicate error number Commit: https://github.com/vim/vim/commit/34d1773bd4a1880616c5d7ef3a26f7bd69527589 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 27 13:18:14 2022 +0100 patch 9.0.0091: duplicate error number Problem: Duplicate error number. Solution: Use unique error number.
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 14:30:03 +0200
parents 9908c07ccb56
children 69d24e60f4f8
comparison
equal deleted inserted replaced
29498:13d9f3a9061d 29499:13a57ebccde1
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 91,
738 /**/ 740 /**/
739 90, 741 90,
740 /**/ 742 /**/
741 89, 743 89,
742 /**/ 744 /**/