comparison src/version.c @ 34314:1df8f78d27b1 v9.1.0091

patch 9.1.0091: Syntax test fails when run with non C locale Commit: https://github.com/vim/vim/commit/627c950e5b30503a084bd0092f9cb2a5fe73fe87 Author: Christian Brabandt <cb@256bit.org> Date: Sat Feb 10 13:02:17 2024 +0100 patch 9.1.0091: Syntax test fails when run with non C locale Problem: Syntax test fails when run with non C locale Solution: Run syntax tests with C locale, clean up Xtestscript file, strip environment variables from GetVimCommand() (h-east) closes: #14007 Co-authored-by: h-east <h.east.727@gmail.com> Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Feb 2024 13:15:06 +0100
parents 737023edd0a5
children bce11c34ef41
comparison
equal deleted inserted replaced
34313:faf0d254063e 34314:1df8f78d27b1
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 91,
707 /**/ 709 /**/
708 90, 710 90,
709 /**/ 711 /**/
710 89, 712 89,
711 /**/ 713 /**/