mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
ae01a5e9f8
commit
03cc818fdc
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user