To: vim_dev@googlegroups.com Subject: Patch 8.2.4983 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4983 (after 8.2.4982) Problem: Colors test fails in the GUI. Solution: Reset g:terminal_ansi_colors. Files: src/testdir/test_functions.vim *** ../vim-8.2.4982/src/testdir/test_functions.vim 2022-05-20 10:10:29.948122642 +0100 --- src/testdir/test_functions.vim 2022-05-20 10:37:27.636730566 +0100 *************** *** 2681,2686 **** --- 2681,2687 ---- endif call assert_fails('call term_start("' .. cmd .. '", #{term_finish: "close"' \ .. ', ansi_colors: range(16)})', 'E475:') + unlet g:terminal_ansi_colors endif " type() *** ../vim-8.2.4982/src/version.c 2022-05-20 10:10:29.948122642 +0100 --- src/version.c 2022-05-20 10:38:51.300616685 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4983, /**/ -- hundred-and-one symptoms of being an internet addict: 238. You think faxes are old-fashioned. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///