Patch 8.2.5096

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 14, 2022, 4:25:39 PM6/14/22
to vim...@googlegroups.com

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)\<CR>")

" Open a terminal window and wait for the prompt to appear
call term_sendkeys(buf, ":term\<CR>")
--- 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)\<CR>")

" Open a terminal window and wait for the prompt to appear
call term_sendkeys(buf, ":term\<CR>")
*** ../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,
/**/

--
<Beeth> Girls are like internet domain names,
the ones I like are already taken.
<honx> Well, you can stil get one from a strange country :-P

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages