]> granicus.if.org Git - vim/commitdiff
patch 8.0.0132 v8.0.0132
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Dec 2016 14:24:48 +0000 (15:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Dec 2016 14:24:48 +0000 (15:24 +0100)
Problem:    Test fails because of using :finish.
Solution:   Change to return.

src/testdir/test_syntax.vim
src/version.c

index 59587e5b16d7e0e793aa8874a045b40053f52b37..7cb67e6771bde3a8bc28ea9910b7808c7fe86e39 100644 (file)
@@ -83,7 +83,7 @@ endfunc
 
 func Test_syntime()
   if !has('profile')
-    finish
+    return
   endif
 
   syntax on
index ab2a53907284e712e3deb6941263aed5ceb46aac..b21e60a664ec7c378419d5bf64123d998d9bc32b 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    132,
 /**/
     131,
 /**/