Skip to content

Commit 3657686

Browse files
committed
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 #6048)
1 parent f821dda commit 3657686

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ freebsd_12_task:
1313
- make -j${NPROC}
1414
- src/vim --version
1515
test_script:
16-
# Runtime Indent tests do not work, run only the normal test suite
17-
- cd src && make test
16+
- make test

runtime/indent/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ filetype indent on
1010
syn on
1111
set nowrapscan
1212
set report=9999
13+
set modeline
1314

1415
au! SwapExists * call HandleSwapExists()
1516
func HandleSwapExists()

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static char *(features[]) =
746746

747747
static int included_patches[] =
748748
{ /* Add new patch number below this line */
749+
/**/
750+
705,
749751
/**/
750752
704,
751753
/**/

0 commit comments

Comments
 (0)