mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:8.0.0132
Problem: Test fails because of using :finish.
Solution: Change to return.
4c8980b717
This commit is contained in:
@@ -79,7 +79,7 @@ endfunc
|
||||
|
||||
func Test_syntime()
|
||||
if !has('profile')
|
||||
finish
|
||||
return
|
||||
endif
|
||||
|
||||
syntax on
|
||||
|
@@ -971,7 +971,7 @@ static const int included_patches[] = {
|
||||
135,
|
||||
134,
|
||||
133,
|
||||
// 132,
|
||||
132,
|
||||
131,
|
||||
// 130 NA
|
||||
// 129 NA
|
||||
|
Reference in New Issue
Block a user