mirror of
				https://github.com/vim/vim.git
				synced 2025-10-29 09:37:35 -04:00 
			
		
		
		
	runtime(matchparen): line continuation causes failure in CI
so let's remove the line continuation Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -7,8 +7,7 @@ | |||||||
| " - this plugin was already loaded (or disabled) | " - this plugin was already loaded (or disabled) | ||||||
| " - when 'compatible' is set | " - when 'compatible' is set | ||||||
| " - Vim has no support for :defer | " - Vim has no support for :defer | ||||||
| if exists("g:loaded_matchparen") || &cp || | if exists("g:loaded_matchparen") || &cp || exists(":defer") != 2 | ||||||
|       \ exists(":defer") != 2 |  | ||||||
|   finish |   finish | ||||||
| endif | endif | ||||||
| let g:loaded_matchparen = 1 | let g:loaded_matchparen = 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user