commit | b0855f5324b348921d412d97193e8c8bc3b5d1dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 20 10:39:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 20 10:39:18 2022 +0100 |
tree | dea5bb1ae335775eec4e931fccdbd96d788c532c | |
parent | b2b3acbf2b3ae29ecf517f03b46fbeadf0c1a905 [diff] |
patch 8.2.4983: colors test fails in the GUI Problem: Colors test fails in the GUI. Solution: Reset g:terminal_ansi_colors.
diff --git a/src/testdir/test_functions.vim b/src/testdir/test_functions.vim index 68dbb0a..1a05a59 100644 --- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim
@@ -2681,6 +2681,7 @@ endif call assert_fails('call term_start("' .. cmd .. '", #{term_finish: "close"' \ .. ', ansi_colors: range(16)})', 'E475:') + unlet g:terminal_ansi_colors endif " type()