]> granicus.if.org Git - vim/commitdiff
patch 9.0.1018: suspend test still fails on Mac OS v9.0.1018
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 09:11:39 +0000 (09:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 09:11:39 +0000 (09:11 +0000)
Problem:    Suspend test still fails on Mac OS.
Solution:   Make 'keyprotocol' empty.

src/testdir/test_suspend.vim
src/version.c

index ab1a0916107570025bb29e78b7b7155623f40de0..ef8fea53ef21a1fc39e5c1d1f0c409b97337f2c9 100644 (file)
@@ -22,9 +22,9 @@ func Test_suspend()
   CheckFeature terminal
   CheckExecutable /bin/sh
 
-  " Somehow the modifyOtherKeys response may get to the terminal when using Mac
-  " OS.  Make t_RK empty to avoid that.
-  set t_RK=
+  " Somehow the modifyOtherKeys response may get to the terminal when using
+  " Mac OS.  Make t_RK and 'keyprotocol' empty to avoid that.
+  set t_RK= keyprotocol=
 
   call WaitForResponses()
 
@@ -72,9 +72,9 @@ func Test_suspend_autocmd()
   CheckFeature terminal
   CheckExecutable /bin/sh
 
-  " Somehow the modifyOtherKeys response may get to the terminal when using Mac
-  " OS.  Make t_RK empty to avoid that.
-  set t_RK=
+  " Somehow the modifyOtherKeys response may get to the terminal when using
+  " Mac OS.  Make t_RK and 'keyprotocol' empty to avoid that.
+  set t_RK= keyprotocol=
 
   call WaitForResponses()
 
index 4ba888e0f2d4be68831cc1afd59b8c826bb74197..eb34e006e0ab9196ded37d50aaf0a63f24924ed2 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1018,
 /**/
     1017,
 /**/