mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +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
|
syn on
|
||||||
set nowrapscan
|
set nowrapscan
|
||||||
set report=9999
|
set report=9999
|
||||||
|
set modeline
|
||||||
|
|
||||||
au! SwapExists * call HandleSwapExists()
|
au! SwapExists * call HandleSwapExists()
|
||||||
func HandleSwapExists()
|
func HandleSwapExists()
|
||||||
|
Reference in New Issue
Block a user