]> granicus.if.org Git - vim/commitdiff
patch 8.0.0903: early return from test function v8.0.0903
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Aug 2017 18:20:27 +0000 (20:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Aug 2017 18:20:27 +0000 (20:20 +0200)
Problem:    Early return from test function.
Solution:   Remove the return.

src/testdir/test_terminal.vim
src/version.c

index 9cc3a55cfd166e2e9f58ba2329f0700d7a495e57..afa6b67da18a136919ffc7d085b63a27da9af868 100644 (file)
@@ -266,7 +266,6 @@ func Test_terminal_size()
 endfunc
 
 func Test_finish_close()
-  return
   " TODO: use something that takes much less than a whole second
   echo 'This will take five seconds...'
   call assert_equal(1, winnr('$'))
index ce00ff2632b2e2b88a72a79beda4f50e1922c1e0..3f8e89077d58e7b023a23504454544f5ff50de2a 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    903,
 /**/
     902,
 /**/