# HG changeset patch # User Christian Brabandt # Date 1481466604 -3600 # Node ID ea1beefcd66431bdc20ecd52cd5273ca6c5c8dd5 # Parent 15b8ff1cfe28e19bda2a93ffb924165ceab3527b commit https://github.com/vim/vim/commit/4c8980b717f73042f1d625ee255fa74eddb989ba Author: Bram Moolenaar Date: Sun Dec 11 15:24:48 2016 +0100 patch 8.0.0132 Problem: Test fails because of using :finish. Solution: Change to return. diff --git a/src/testdir/test_syntax.vim b/src/testdir/test_syntax.vim --- a/src/testdir/test_syntax.vim +++ b/src/testdir/test_syntax.vim @@ -83,7 +83,7 @@ endfunc func Test_syntime() if !has('profile') - finish + return endif syntax on diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 132, +/**/ 131, /**/ 130,