mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.4983: colors test fails in the GUI
Problem: Colors test fails in the GUI. Solution: Reset g:terminal_ansi_colors.
This commit is contained in:
parent
b2b3acbf2b
commit
b0855f5324
@ -2681,6 +2681,7 @@ func Test_range()
|
||||
endif
|
||||
call assert_fails('call term_start("' .. cmd .. '", #{term_finish: "close"'
|
||||
\ .. ', ansi_colors: range(16)})', 'E475:')
|
||||
unlet g:terminal_ansi_colors
|
||||
endif
|
||||
|
||||
" type()
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4983,
|
||||
/**/
|
||||
4982,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user