To: vim_dev@googlegroups.com Subject: Patch 8.2.5091 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5091 Problem: Terminal test fails with some shell commands. Solution: Disable setting the window title. (closes #10530) Files: src/testdir/test_terminal.vim *** ../vim-8.2.5090/src/testdir/test_terminal.vim 2022-05-20 10:10:29.948122642 +0100 --- src/testdir/test_terminal.vim 2022-06-14 14:57:49.019479966 +0100 *************** *** 1218,1223 **** --- 1218,1226 ---- " argument, check that :confirm qall works. func Test_terminal_qall_prompt() CheckRunVimInTerminal + + " the shell may set the window title, we don't want that here + call test_override('vterm_title', 1) let buf = RunVimInTerminal('', {}) " Open a terminal window and wait for the prompt to appear *************** *** 1233,1238 **** --- 1236,1242 ---- " close the terminal window where Vim was running quit + call test_override('ALL', 0) endfunc " Run Vim in a terminal, then start a terminal window with a shell and check *** ../vim-8.2.5090/src/version.c 2022-06-14 13:58:26.352699060 +0100 --- src/version.c 2022-06-14 14:58:28.299327318 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5091, /**/ -- So when I saw the post to comp.editors, I rushed over to the FTP site to grab it. So I yank apart the tarball, light x candles, where x= the vim version multiplied by the md5sum of the source divided by the MAC of my NIC (8A3FA78155A8A1D346C3C4A), put on black robes, dim the lights, wave a dead chicken over the hard drive, and summon the power of GNU GCC with the magic words "make config ; make!". [Jason Spence, compiling Vim 5.0] /// 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 ///