comparison src/version.c @ 34735:0c2eb26ecc73 v9.1.0246

patch 9.1.0246: filetype: fontconfig files are not recognized Commit: https://github.com/vim/vim/commit/a2c27b01dc344b16849721bd934779c627665364 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:45:11 2024 +0200 patch 9.1.0246: filetype: fontconfig files are not recognized Problem: filetype: fontconfig files are not recognized Solution: detect 'fonts.conf' as xml (Wu, Zhenyu) closes: #14367 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 20:00:03 +0200
parents d46ad1bc956d
children 74cbeec9496a
comparison
equal deleted inserted replaced
34734:ca2ee7454c96 34735:0c2eb26ecc73
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 246,
707 /**/ 709 /**/
708 245, 710 245,
709 /**/ 711 /**/
710 244, 712 244,
711 /**/ 713 /**/