Patch 8.2.1113
Problem: No test for verbose output of :call.
Solution: Add a test.
Files: src/testdir/test_user_func.vim
*** ../vim-8.2.1112/src/testdir/test_user_func.vim 2020-04-08
19:48:53.551732882 +0200
--- src/testdir/test_user_func.vim 2020-07-01 20:18:51.377223450 +0200
***************
*** 222,227 ****
--- 222,238 ----
delfunc Xtest
set verbose=0
+ func Xtest(a1, a2)
+ echo a:a1 .. a:a2
+ endfunc
+ set verbose=15
+ redir @a
+ call Xtest(123, repeat('x', 100))
+ redir END
+ call assert_match('calling Xtest(123, ''xxxxxxx.*x\.\.\.x.*xxxx'')',
getreg('a'))
+ delfunc Xtest
+ set verbose=0
+
function Foo()
echo 'hello'
endfunction | echo 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
*** ../vim-8.2.1112/src/version.c 2020-07-01 20:07:11.561328187 +0200
--- src/version.c 2020-07-01 20:17:47.921603371 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1113,
/**/
--
ARTHUR: Old woman!
DENNIS: Man!
ARTHUR: Man. I'm sorry. Old man, What knight live in that castle over there?
DENNIS: I'm thirty-seven.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/202007011820.061IK4Rn1245124%40masaka.moolenaar.net.