Skip to content

Commit 45c7f05

Browse files
committed
patch 7.4.1308
Problem: Typo in test. Solution: Change endf to endif.
1 parent f02c5cf commit 45c7f05

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_channel.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func Test_two_channels()
194194
" TODO: make this work again with MS-Windows
195195
if has('unix')
196196
call s:run_server('s:two_channels')
197-
endf
197+
endif
198198
endfunc
199199

200200
" Test that a server crash is handled gracefully.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ static char *(features[]) =
747747

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1308,
750752
/**/
751753
1307,
752754
/**/

0 commit comments

Comments
 (0)