To: vim_dev@googlegroups.com Subject: Patch 8.2.4210 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4210 (after 8.2.4208) Problem: Window title test fails in some configurations. Solution: Only run the test if the title can be obtained. Files: src/testdir/test_functions.vim *** ../vim-8.2.4209/src/testdir/test_functions.vim 2022-01-24 20:00:51.899507349 +0000 --- src/testdir/test_functions.vim 2022-01-24 21:59:59.115626181 +0000 *************** *** 1632,1637 **** --- 1632,1640 ---- func Test_setbufvar_keep_window_title() CheckRunVimInTerminal + if !has('title') || empty(&t_ts) + throw "Skipped: can't get/set title" + endif let lines =<< trim END edit Xa.txt *** ../vim-8.2.4209/src/version.c 2022-01-24 21:27:57.648085201 +0000 --- src/version.c 2022-01-24 22:02:04.025251901 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4210, /**/ -- Kisses may last for as much as, but no more than, five minutes. [real standing law in Iowa, United States of America] /// 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 ///