Patch 8.2.0638

7 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 25, 2020, 10:42:38 AM4/25/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages