mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:8.2.0705: indent tests don't run on CI for FreeBSD
Problem:    Indent tests don't run on CI for FreeBSD.
Solution:   Set modeline. (Ozaki Kiichi, closes vim/vim#6048)
3657686a0e
			
			
This commit is contained in:
		@@ -10,6 +10,7 @@ filetype indent on
 | 
			
		||||
syn on
 | 
			
		||||
set nowrapscan
 | 
			
		||||
set report=9999
 | 
			
		||||
set modeline
 | 
			
		||||
 | 
			
		||||
au! SwapExists * call HandleSwapExists()
 | 
			
		||||
func HandleSwapExists()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user