File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ func Test_client_server()
1111 if cmd == ' '
1212 return
1313 endif
14+ if has (' unix' )
15+ try
16+ call remote_send (' xxx' , ' ' )
17+ catch
18+ if v: exception = ~ ' E240:'
19+ " No connection to the X server, give up.
20+ return
21+ endif
22+ " ignore other errors
23+ endtry
24+ endif
1425
1526 let name = ' XVIMTEST'
1627 let cmd .= ' --servername ' . name
Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ func Do_test_quotestar_for_x11()
3939 if cmd == ' '
4040 return ' GetVimCommand() failed'
4141 endif
42+ try
43+ call remote_send (' xxx' , ' ' )
44+ catch
45+ if v: exception = ~ ' E240:'
46+ " No connection to the X server, give up.
47+ return
48+ endif
49+ " ignore other errors
50+ endtry
4251
4352 let name = ' XVIMCLIPBOARD'
4453 let cmd .= ' --servername ' . name
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 507 ,
767769/**/
768770 506 ,
769771/**/
You can’t perform that action at this time.
0 commit comments