forked from aniani/vim
patch 7.4.1308
Problem: Typo in test. Solution: Change endf to endif.
This commit is contained in:
parent
f02c5cffd8
commit
45c7f05473
@ -194,7 +194,7 @@ func Test_two_channels()
|
||||
" TODO: make this work again with MS-Windows
|
||||
if has('unix')
|
||||
call s:run_server('s:two_channels')
|
||||
endf
|
||||
endif
|
||||
endfunc
|
||||
|
||||
" Test that a server crash is handled gracefully.
|
||||
|
@ -747,6 +747,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1308,
|
||||
/**/
|
||||
1307,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user