To: vim_dev@googlegroups.com Subject: Patch 8.2.5096 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5096 (after 8.2.5095) Problem: Terminal test still fails with some shell commands. Solution: Add missing "call". (closes #10530) Files: src/testdir/test_terminal.vim *** ../vim-8.2.5095/src/testdir/test_terminal.vim 2022-06-14 19:52:12.884171367 +0100 --- src/testdir/test_terminal.vim 2022-06-14 21:19:50.462752108 +0100 *************** *** 1222,1228 **** let buf = RunVimInTerminal('', {}) " the shell may set the window title, we don't want that here ! call term_sendkeys(buf, ":test_override('vterm_title', 1)\") " Open a terminal window and wait for the prompt to appear call term_sendkeys(buf, ":term\") --- 1222,1228 ---- let buf = RunVimInTerminal('', {}) " the shell may set the window title, we don't want that here ! call term_sendkeys(buf, ":call test_override('vterm_title', 1)\") " Open a terminal window and wait for the prompt to appear call term_sendkeys(buf, ":term\") *** ../vim-8.2.5095/src/version.c 2022-06-14 19:52:12.884171367 +0100 --- src/version.c 2022-06-14 21:20:37.570954413 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5096, /**/ -- Girls are like internet domain names, the ones I like are already taken. Well, you can stil get one from a strange country :-P /// 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 ///