From: Bram Moolenaar Date: Thu, 15 Aug 2019 09:21:15 +0000 (+0200) Subject: patch 8.1.1847: suspend test is failing X-Git-Tag: v8.1.1847 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=185d68a9d08f18440af93dd0f232e38f1819ddb2;p=thirdparty%2Fvim.git patch 8.1.1847: suspend test is failing Problem: Suspend test is failing. Solution: Do not use GetVimCommandClean(). --- diff --git a/src/testdir/test_suspend.vim b/src/testdir/test_suspend.vim index bf88bd4453..4b3bd5eadf 100644 --- a/src/testdir/test_suspend.vim +++ b/src/testdir/test_suspend.vim @@ -26,8 +26,8 @@ func Test_suspend() " Wait for shell prompt. call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))}) - call term_sendkeys(buf, GetVimCommandClean() - \ . " -X" + call term_sendkeys(buf, v:progpath + \ . " --clean -X" \ . " -c 'set nu'" \ . " -c 'call setline(1, \"foo\")'" \ . " Xfoo\") diff --git a/src/version.c b/src/version.c index 53982c58bd..b8a84ac9d8 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1847, /**/ 1846, /**/