mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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() | func Test_syntime() | ||||||
|   if !has('profile') |   if !has('profile') | ||||||
|     finish |     return | ||||||
|   endif |   endif | ||||||
|  |  | ||||||
|   syntax on |   syntax on | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ckelsel
					ckelsel