comparison src/version.c @ 34743:a815610f567b v9.1.0250

patch 9.1.0250: filetype: ldscripts cannot be recognized Commit: https://github.com/vim/vim/commit/4c7098b00a5edfb25b24fe3210866a4f30a2d78f Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:57:16 2024 +0200 patch 9.1.0250: filetype: ldscripts cannot be recognized Problem: filetype: ldscripts cannot be recognized Solution: Detect '*/ldscripts/*' as ld (Wu, Zhenyu) closes: #14371 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:08 +0200
parents d51cc27a7bdf
children d537272fa503
comparison
equal deleted inserted replaced
34742:e8104b9764ad 34743:a815610f567b
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 250,
707 /**/ 709 /**/
708 249, 710 249,
709 /**/ 711 /**/
710 248, 712 248,
711 /**/ 713 /**/