Patch 8.2.2237
Problem: CI on Mac fails in sed command.
Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
Files: .github/workflows/ci.yml
*** ../vim-8.2.2236/.github/workflows/ci.yml 2020-12-22 19:05:29.454177553
+0100
--- .github/workflows/ci.yml 2020-12-28 15:45:03.342370410 +0100
***************
*** 291,297 ****
- name: Build
env:
! LANG: C
run: |
make -j${NPROC}
--- 291,297 ----
- name: Build
env:
! LC_ALL: C
run: |
make -j${NPROC}
*** ../vim-8.2.2236/src/version.c 2020-12-28 15:41:37.171352372 +0100
--- src/version.c 2020-12-28 15:45:56.606131050 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2237,
/**/
--
Micro$oft: where do you want to go today?
Linux: where do you want to go tomorrow?
FreeBSD: are you guys coming, or what?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202012281447.0BSElElG315823%40masaka.moolenaar.net.