commit | d76670fc0d9bd9e09d8a3aa68ef58f796136d964 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu Apr 13 17:23:45 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 13 17:23:45 2023 +0100 |
tree | 2df4ecfbf68e54c653bcf0c6582e593f5aa46aea | |
parent | 474891bc89e657100bd37c29129451a0e601879d [diff] |
patch 9.0.1448: diff test fails on MacOS 13 Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
diff --git a/src/version.c b/src/version.c index 60de2bb..ba8b40e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1448, +/**/ 1447, /**/ 1446,