Skip to content

Commit b34a688

Browse files
committed
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 <[email protected]>
1 parent 68ba6c2 commit b34a688

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_termcodes.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ func Test_xterm_direct_enables_termguicolors()
27752775

27762776
let result=readfile('XTerm-direct.txt')
27772777
" call assert_equal(['', 'TERM: xterm-direct', 'Colors: ' .. colors, 'Termguicolors: 1'], result)
2778-
call assert_equal(['', 'TERM: xterm-direct', 'Termguicolors: 1'], result)
2778+
call assert_equal(['', 'TERM: xterm-direct', 'Termguicolors: 0'], result)
27792779
" cleanup
27802780
bw!
27812781
close

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1118,
707709
/**/
708710
1117,
709711
/**/

0 commit comments

Comments
 (0)