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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220614202533.67AA71C2345%40moolenaar.net.