To: vim_dev@googlegroups.com Subject: Patch 8.2.0979 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0979 Problem: A couple of screendump tests fail. Solution: Do not redraw when clearing t_8u. Files: src/term.c *** ../vim-8.2.0978/src/term.c 2020-06-14 15:35:54.418041020 +0200 --- src/term.c 2020-06-14 16:41:17.581424701 +0200 *************** *** 4690,4696 **** // Unless the underline RGB color is expected to work, disable "t_8u". // It does not work for the real Xterm, it resets the background color. if (term_props[TPR_UNDERLINE_RGB].tpr_status != TPR_YES && *T_8U != NUL) ! set_option_value((char_u *)"t_8u", 0L, (char_u *)"", 0); // Only set 'ttymouse' automatically if it was not set // by the user already. --- 4690,4697 ---- // Unless the underline RGB color is expected to work, disable "t_8u". // It does not work for the real Xterm, it resets the background color. if (term_props[TPR_UNDERLINE_RGB].tpr_status != TPR_YES && *T_8U != NUL) ! set_string_option_direct((char_u *)"t_8u", -1, (char_u *)"", ! OPT_FREE, 0); // Only set 'ttymouse' automatically if it was not set // by the user already. *** ../vim-8.2.0978/src/version.c 2020-06-14 15:35:54.418041020 +0200 --- src/version.c 2020-06-14 16:35:41.398795074 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 979, /**/ -- ARTHUR: Be quiet! DENNIS: --but by a two-thirds majority in the case of more-- ARTHUR: Be quiet! I order you to be quiet! WOMAN: Order, eh -- who does he think he is? ARTHUR: I am your king! The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///