1
0
forked from aniani/vim

patch 8.1.1847: suspend test is failing

Problem:    Suspend test is failing.
Solution:   Do not use GetVimCommandClean().
This commit is contained in:
Bram Moolenaar
2019-08-15 11:21:15 +02:00
parent 93344c2d70
commit 185d68a9d0
2 changed files with 4 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ func Test_suspend()
" Wait for shell prompt. " Wait for shell prompt.
call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))}) call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
call term_sendkeys(buf, GetVimCommandClean() call term_sendkeys(buf, v:progpath
\ . " -X" \ . " --clean -X"
\ . " -c 'set nu'" \ . " -c 'set nu'"
\ . " -c 'call setline(1, \"foo\")'" \ . " -c 'call setline(1, \"foo\")'"
\ . " Xfoo\<CR>") \ . " Xfoo\<CR>")

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1847,
/**/ /**/
1846, 1846,
/**/ /**/