summaryrefslogtreecommitdiffstats
path: root/runtime/indent
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-06 22:25:05 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-06 22:25:05 +0200
commit3657686a0e8fd07428a25c2cf9efcc8b5d33f895 (patch)
tree067245847a5be449b45ba5bd3d3b80962cadb6ec /runtime/indent
parentf821ddaa0c27230012a6bffbec6fb0ab2f101171 (diff)
patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705
Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048)
Diffstat (limited to 'runtime/indent')
-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 b234a1ad94..6bbd33cacd 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()