comparison runtime/indent/testdir/runtest.vim @ 20299:8a6e2b44b08f v8.2.0705

patch 8.2.0705: indent tests don't run on CI for FreeBSD Commit: https://github.com/vim/vim/commit/3657686a0e8fd07428a25c2cf9efcc8b5d33f895 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 6 22:25:05 2020 +0200 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 https://github.com/vim/vim/issues/6048)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 May 2020 22:30:05 +0200
parents a0e0f0256d0b
children ebed259f919f
comparison
equal deleted inserted replaced
20298:e679630d4e0e 20299:8a6e2b44b08f
8 set nocp 8 set nocp
9 filetype indent on 9 filetype indent on
10 syn on 10 syn on
11 set nowrapscan 11 set nowrapscan
12 set report=9999 12 set report=9999
13 set modeline
13 14
14 au! SwapExists * call HandleSwapExists() 15 au! SwapExists * call HandleSwapExists()
15 func HandleSwapExists() 16 func HandleSwapExists()
16 " Ignore finding a swap file for the test input and output, the user might be 17 " Ignore finding a swap file for the test input and output, the user might be
17 " editing them and that's OK. 18 " editing them and that's OK.