]> granicus.if.org Git - vim/commitdiff
patch 8.2.5096: terminal test still fails with some shell commands v8.2.5096
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 20:22:12 +0000 (21:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 20:22:12 +0000 (21:22 +0100)
Problem:    Terminal test still fails with some shell commands.
Solution:   Add missing "call".  (closes #10530)

src/testdir/test_terminal.vim
src/version.c

index b64d5cf414f646916cb7dcdb944b624b44bd3ab4..d0f1438507498d97b46b7fb975d673491f9b15b9 100644 (file)
@@ -1222,7 +1222,7 @@ func Test_terminal_qall_prompt()
   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>")
+  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>")
index e4d5553404c1bbef3162999ae8c142584bf86ec8..3ee54db42bc2affd228c64d92beac8a7a06896ed 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5096,
 /**/
     5095,
 /**/