Patch 9.0.1448
Problem: Diff test fails on MacOS 13.
Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
Files: .cirrus.yml
*** ../vim-9.0.1447/.cirrus.yml 2022-12-06 16:56:40.070760722 +0000
--- .cirrus.yml 2023-04-13 17:21:03.313111769 +0100
***************
*** 36,42 ****
timeout_in: 20m
install_script:
- brew update
! - brew install gettext libtool
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}
--- 36,42 ----
timeout_in: 20m
install_script:
- brew update
! - brew install gettext libtool diffutils
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}
*** ../vim-9.0.1447/src/version.c 2023-04-12 21:35:59.194086825 +0100
--- src/version.c 2023-04-13 17:22:38.348816298 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1448,
/**/
--
Lose weight, NEVER Diet again with
The "Invisible Weight Loss Patch"
(spam e-mail)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230413162421.C81061C0A7C%40moolenaar.net.