Patch 8.2.0691
Problem: Startup test fails.
Solution: Adjust expected output from -V2 argument.
Files: src/testdir/test_startup.vim
*** ../vim-8.2.0690/src/testdir/test_startup.vim 2020-04-08
21:50:18.876619651 +0200
--- src/testdir/test_startup.vim 2020-05-03 17:49:49.109601563 +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\nSearching
for \"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.0690/src/version.c 2020-05-03 17:19:30.037025895 +0200
--- src/version.c 2020-05-03 17:50:54.805332475 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 691,
/**/
--
Well, you come from nothing, you go back to nothing... What have you
lost? Nothing!
-- Monty Python: The life of Brian
/// 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/202005031555.043Ftvbh015521%40masaka.moolenaar.net.