Problem: Suspend test fails on Mac OS when suspending Vim.
Solution: Make 'keyprotocol' empty.
call term_sendkeys(buf, v:progpath
\ . " --clean -X"
- \ . " -c 'set nu'"
+ \ . " -c 'set nu keyprotocol='"
\ . " -c 'call setline(1, \"foo\")'"
\ . " Xfoo\<CR>")
" Cursor in terminal buffer should be on first line in spawned vim.
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'"
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1022,
/**/
1021,
/**/