Skip to content

Commit d76670f

Browse files
ichizokbrammool
authored andcommitted
patch 9.0.1448: diff test fails on MacOS 13
Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes vim#12258)
1 parent 474891b commit d76670f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ macos_task:
3636
timeout_in: 20m
3737
install_script:
3838
- brew update
39-
- brew install gettext libtool
39+
- brew install gettext libtool diffutils
4040
build_script:
4141
- NPROC=$(getconf _NPROCESSORS_ONLN)
4242
- ./configure --with-features=${FEATURES}

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1448,
698700
/**/
699701
1447,
700702
/**/

0 commit comments

Comments
 (0)