File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ func Test_client_server()
167167 call assert_fails (' call remote_startserver([])' , ' E730:' )
168168 call assert_fails (" let x = remote_peek([])" , ' E730:' )
169169 call assert_fails (" let x = remote_read('vim10')" ,
170- \ [ has (' unix' ) ? ' E573:.*vim10' : ' E277:.*vim10 ' ] )
170+ \ has (' unix' ) ? [ ' E573:.*vim10' ] : ' E277:' )
171171 call assert_fails (" call server2client('abc', 'xyz')" ,
172- \ [ has (' unix' ) ? ' E573:.*abc' : ' E258:.*abc ' ] )
172+ \ has (' unix' ) ? [ ' E573:.*abc' ] : ' E258:' )
173173endfunc
174174
175175" Uncomment this line to get a debugging log
Original file line number Diff line number Diff line change @@ -754,6 +754,8 @@ static char *(features[]) =
754754
755755static int included_patches [] =
756756{ /* Add new patch number below this line */
757+ /**/
758+ 1197 ,
757759/**/
758760 1196 ,
759761/**/
You can’t perform that action at this time.
0 commit comments