vim-patch:8.0.0132

Problem:    Test fails because of using :finish.
Solution:   Change to return.

4c8980b717
This commit is contained in:
ckelsel
2017-09-27 20:06:35 +08:00
parent 36f13ceb0a
commit 65c97961ec
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ endfunc
func Test_syntime() func Test_syntime()
if !has('profile') if !has('profile')
finish return
endif endif
syntax on syntax on

View File

@@ -971,7 +971,7 @@ static const int included_patches[] = {
135, 135,
134, 134,
133, 133,
// 132, 132,
131, 131,
// 130 NA // 130 NA
// 129 NA // 129 NA