From: Christian Brabandt Date: Mon, 17 Feb 2025 19:09:11 +0000 (+0100) Subject: patch 9.1.1118: tests: test_termcodes fails X-Git-Tag: v9.1.1118^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b34a688ba02ed0da22abcb27ece3e940d63461a8;p=thirdparty%2Fvim.git patch 9.1.1118: tests: test_termcodes fails Problem: tests: test_termcodes fails (after: v9.1.1114) Solution: adjust the test for the expected termguicolors value Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_termcodes.vim b/src/testdir/test_termcodes.vim index 48e5250a0b..8fe77b0cf6 100644 --- a/src/testdir/test_termcodes.vim +++ b/src/testdir/test_termcodes.vim @@ -2775,7 +2775,7 @@ func Test_xterm_direct_enables_termguicolors() let result=readfile('XTerm-direct.txt') " call assert_equal(['', 'TERM: xterm-direct', 'Colors: ' .. colors, 'Termguicolors: 1'], result) - call assert_equal(['', 'TERM: xterm-direct', 'Termguicolors: 1'], result) + call assert_equal(['', 'TERM: xterm-direct', 'Termguicolors: 0'], result) " cleanup bw! close diff --git a/src/version.c b/src/version.c index 22047afd8d..29fa07854a 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1118, /**/ 1117, /**/