mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 7.4.1308
Problem: Typo in test. Solution: Change endf to endif.
This commit is contained in:
@@ -194,7 +194,7 @@ func Test_two_channels()
|
|||||||
" TODO: make this work again with MS-Windows
|
" TODO: make this work again with MS-Windows
|
||||||
if has('unix')
|
if has('unix')
|
||||||
call s:run_server('s:two_channels')
|
call s:run_server('s:two_channels')
|
||||||
endf
|
endif
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Test that a server crash is handled gracefully.
|
" Test that a server crash is handled gracefully.
|
||||||
|
@@ -747,6 +747,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1308,
|
||||||
/**/
|
/**/
|
||||||
1307,
|
1307,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user