From a040019be68859f0667ae475de8d67bb755596ed Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 9 Apr 2024 08:06:52 +0200 Subject: patch 9.1.0282: Several small issues in doc and tests Problem: Wrong doc style for pandoc syntax description, Test_diff_eob_halfpage() may fail depending on screen size, using braces in highlight.c when not necessary Solution: Fix pandoc documentation, make sure the window for the test has 7 lines, remove the braces. Signed-off-by: Christian Brabandt --- src/highlight.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/highlight.c') diff --git a/src/highlight.c b/src/highlight.c index d874032fb2..54e348d330 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -2543,9 +2543,7 @@ gui_get_color_cmn(char_u *name) target.length = 0; // not used, see cmp_keyvalue_value_i() entry = (keyvalue_T *)bsearch(&target, &rgb_tab, ARRAY_LENGTH(rgb_tab), sizeof(rgb_tab[0]), cmp_keyvalue_value_i); if (entry != NULL) - { return gui_adjust_rgb((guicolor_T)entry->key); - } #if defined(FEAT_EVAL) /* -- cgit v1.2.3