comparison src/version.c @ 29507:d3058719eff5 v9.0.0095

patch 9.0.0095: conditions are always true Commit: https://github.com/vim/vim/commit/122dea70073d140aa89212d344c3f62bd3b5b3fa Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jul 27 15:48:45 2022 +0100 patch 9.0.0095: conditions are always true Problem: Conditions are always true. Solution: Remove useless conditions. (closes https://github.com/vim/vim/issues/10802)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 17:00:04 +0200
parents 33983b2f030f
children d61007cc39b3
comparison
equal deleted inserted replaced
29506:f25ba0f8e43b 29507:d3058719eff5
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 95,
738 /**/ 740 /**/
739 94, 741 94,
740 /**/ 742 /**/
741 93, 743 93,
742 /**/ 744 /**/