comparison src/version.c @ 29509:d61007cc39b3 v9.0.0096

patch 9.0.0096: flag "new_value_alloced" is always true Commit: https://github.com/vim/vim/commit/f6782732ab4acd02211923fbdccb457dacaf277e Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jul 27 18:26:03 2022 +0100 patch 9.0.0096: flag "new_value_alloced" is always true Problem: Flag "new_value_alloced" is always true. Solution: Remove "new_value_alloced". (closes https://github.com/vim/vim/issues/10792)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 19:30:03 +0200
parents d3058719eff5
children 3778f9415b92
comparison
equal deleted inserted replaced
29508:10d69d910f49 29509:d61007cc39b3
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 96,
738 /**/ 740 /**/
739 95, 741 95,
740 /**/ 742 /**/
741 94, 743 94,
742 /**/ 744 /**/