comparison src/version.c @ 34707:6b249d4970ad v9.1.0232

patch 9.1.0232: Conceal test fails when rightleft feature is disabled Commit: https://github.com/vim/vim/commit/5df961a1bc5ed14d0b5aa04ef59e9079313c268d Author: Julio B <julio.bacel@gmail.com> Date: Sun Mar 31 18:43:51 2024 +0200 patch 9.1.0232: Conceal test fails when rightleft feature is disabled Problem: Conceal test fails when rightleft feature is disabled. Solution: Skip test if rightleft feature is missing (Julio B). closes: #14342 Signed-off-by: Julio B <julio.bacel@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 18:45:07 +0200
parents 159d598e6781
children a1d0ef54a24b
comparison
equal deleted inserted replaced
34706:0577e77ea9a4 34707:6b249d4970ad
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 232,
707 /**/ 709 /**/
708 231, 710 231,
709 /**/ 711 /**/
710 230, 712 230,
711 /**/ 713 /**/