changeset 28921:995bc7ba8d5b v8.2.4983

patch 8.2.4983: colors test fails in the GUI Commit: https://github.com/vim/vim/commit/b0855f5324b348921d412d97193e8c8bc3b5d1dd Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 20 10:39:18 2022 +0100 patch 8.2.4983: colors test fails in the GUI Problem: Colors test fails in the GUI. Solution: Reset g:terminal_ansi_colors.
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 May 2022 11:45:03 +0200
parents 6e62210532e0
children 59caeb5508ac
files src/testdir/test_functions.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_functions.vim
+++ b/src/testdir/test_functions.vim
@@ -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()
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4983,
+/**/
     4982,
 /**/
     4981,