mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +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
|
||||
|
Reference in New Issue
Block a user