]> granicus.if.org Git - vim/commitdiff
patch 7.4.1308 v7.4.1308
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2016 21:35:51 +0000 (22:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2016 21:35:51 +0000 (22:35 +0100)
Problem:    Typo in test.
Solution:   Change endf to endif.

src/testdir/test_channel.vim
src/version.c

index a0532ca4678dc36b8090023a4238c145ac0c18f9..af4952539dd86085d4986410677b98e7ccba8ce2 100644 (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.
index 90c507a3991292095559130a5384a24b86c265f4..a357ea2c708a512456b2fecf3575319703c8a067 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1308,
 /**/
     1307,
 /**/