Patch 8.2.0692
Problem: Startup test fails on MS-Windows.
Solution: Allow for any path.
Files: src/testdir/test_startup.vim
*** ../vim-8.2.0691/src/testdir/test_startup.vim 2020-05-03
17:55:28.532227291 +0200
--- src/testdir/test_startup.vim 2020-05-03 18:19:18.402244858 +0200
***************
*** 274,280 ****
call assert_equal(" verbose=0\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V2 -c "set verbose?"
-cq')
! call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline
\\d\\+: sourcing \"[\\./]*runtime[\\/]filetype\.vim\".*\n", out)
call assert_match(" verbose=2\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V15 -c "set verbose?"
-cq')
--- 274,280 ----
call assert_equal(" verbose=0\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V2 -c "set verbose?"
-cq')
! call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline
\\d\\+: sourcing \"[^\"]*runtime[\\/]filetype\.vim\".*\n", out)
call assert_match(" verbose=2\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V15 -c "set verbose?"
-cq')
*** ../vim-8.2.0691/src/version.c 2020-05-03 17:55:28.532227291 +0200
--- src/version.c 2020-05-03 18:20:21.485938009 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 692,
/**/
--
George: "I just got a new set of golf clubs for my wife!"
John: "Great trade!"
/// 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/202005031621.043GLUJP021499%40masaka.moolenaar.net.