diff --git a/src/testdir/test_suspend.vim b/src/testdir/test_suspend.vim index ef8fea53ef..5175c0f639 100644 --- a/src/testdir/test_suspend.vim +++ b/src/testdir/test_suspend.vim @@ -34,7 +34,7 @@ func Test_suspend() call term_sendkeys(buf, v:progpath \ . " --clean -X" - \ . " -c 'set nu'" + \ . " -c 'set nu keyprotocol='" \ . " -c 'call setline(1, \"foo\")'" \ . " Xfoo\") " Cursor in terminal buffer should be on first line in spawned vim. @@ -84,7 +84,7 @@ func Test_suspend_autocmd() call term_sendkeys(buf, v:progpath \ . " --clean -X" - \ . " -c 'set nu'" + \ . " -c 'set nu keyprotocol='" \ . " -c 'let g:count = 0'" \ . " -c 'au VimSuspend * let g:count += 1'" \ . " -c 'au VimResume * let g:count += 1'" diff --git a/src/version.c b/src/version.c index 10e56c1393..d4a3b1bf20 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1022, /**/ 1021, /**/