comparison src/version.c @ 34267:3a5750596c3d v9.1.0072

patch 9.1.0072: Not able to build without FEAT_DIFF Commit: https://github.com/vim/vim/commit/609370392a7b88dc2db38d01577509575216ff36 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Feb 3 17:41:54 2024 +0100 patch 9.1.0072: Not able to build without FEAT_DIFF Problem: Not able to build without FEAT_DIFF (John Marriott, after 9.1.0071) Solution: Adjust #ifdefs (Yegappan Lakshmanan) closes: #13964 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2024 18:00:02 +0100
parents cce6b834635c
children 22be86ed7545
comparison
equal deleted inserted replaced
34266:f8d719b656d5 34267:3a5750596c3d
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 72,
707 /**/ 709 /**/
708 71, 710 71,
709 /**/ 711 /**/
710 70, 712 70,
711 /**/ 713 /**/