comparison src/version.c @ 33092:4544279fae46 v9.0.1831

patch 9.0.1831: Vim9: failing null test Commit: https://github.com/vim/vim/commit/6ad4a60a972c7dc2d0cd099fed1e8480cc63422f Author: Gianmaria Bajo <mg1979.git@gmail.com> Date: Thu Aug 31 20:55:35 2023 +0200 patch 9.0.1831: Vim9: failing null test Problem: Vim9: failing null test Solution: Use required public keyword closes: #12982 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Gianmaria Bajo <mg1979.git@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2023 21:00:02 +0200
parents 461541d860ac
children e1a219f47e3a
comparison
equal deleted inserted replaced
33091:d994709ed0d6 33092:4544279fae46
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1831,
702 /**/ 704 /**/
703 1830, 705 1830,
704 /**/ 706 /**/
705 1829, 707 1829,
706 /**/ 708 /**/