Patch 8.2.0638
Problem: MS-Windows: messages test fails.
Solution: Clear environment variables.
Files: src/testdir/test_messages.vim
*** ../vim-8.2.0637/src/testdir/test_messages.vim 2020-04-25
15:24:40.551354115 +0200
--- src/testdir/test_messages.vim 2020-04-25 16:40:27.675801771 +0200
***************
*** 9,14 ****
--- 9,17 ----
set nomore
" Avoid the "message maintainer" line.
let $LANG = ''
+ let $LC_ALL = ''
+ let $LC_MESSAGES = ''
+ let $LC_COLLATE = ''
let arr = map(range(10), '"hello" . v:val')
for s in arr
*** ../vim-8.2.0637/src/version.c 2020-04-25 15:53:59.202665286 +0200
--- src/version.c 2020-04-25 16:41:40.263626294 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 638,
/**/
--
hundred-and-one symptoms of being an internet addict:
16. You step out of your room and realize that your parents have moved and
you don't have a clue when it happened.
/// 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/202004251442.03PEgSZH010922%40masaka.moolenaar.net.