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:
Jan Edmund Lazo 2020-05-06 18:43:40 -04:00
parent ae01a5e9f8
commit 03cc818fdc
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -10,6 +10,7 @@ filetype indent on
syn on
set nowrapscan
set report=9999
set modeline
au! SwapExists * call HandleSwapExists()
func HandleSwapExists()