aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-05-06 18:43:40 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-05-11 22:30:24 -0400
commit03cc818fdcd1649b64d42c743c5293c06e3ac07a (patch)
tree63fd141576b6e24bcd5c3ef1e438535a0b526884
parentae01a5e9f8cde646f369bdf9c6cf1f8679204291 (diff)
downloadrneovim-03cc818fdcd1649b64d42c743c5293c06e3ac07a.tar.gz
rneovim-03cc818fdcd1649b64d42c743c5293c06e3ac07a.tar.bz2
rneovim-03cc818fdcd1649b64d42c743c5293c06e3ac07a.zip
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) https://github.com/vim/vim/commit/3657686a0e8fd07428a25c2cf9efcc8b5d33f895
-rw-r--r--runtime/indent/testdir/runtest.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim
index 9502c42f3e..945c2753e9 100644
--- a/runtime/indent/testdir/runtest.vim
+++ b/runtime/indent/testdir/runtest.vim
@@ -10,6 +10,7 @@ filetype indent on
syn on
set nowrapscan
set report=9999
+set modeline
au! SwapExists * call HandleSwapExists()
func HandleSwapExists()