1
0
forked from aniani/vim

patch 7.4.1308

Problem:    Typo in test.
Solution:   Change endf to endif.
This commit is contained in:
Bram Moolenaar 2016-02-12 22:35:51 +01:00
parent f02c5cffd8
commit 45c7f05473
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1308,
/**/
1307,
/**/