Skip to content

Commit 4c8980b

Browse files
committed
patch 8.0.0132
Problem: Test fails because of using :finish. Solution: Change to return.
1 parent 73b484c commit 4c8980b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_syntax.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endfunc
8383

8484
func Test_syntime()
8585
if !has('profile')
86-
finish
86+
return
8787
endif
8888

8989
syntax on

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
132,
767769
/**/
768770
131,
769771
/**/

0 commit comments

Comments
 (0)