Christian Brabandt wrote:
> On Do, 07 Jul 2016, Bram Moolenaar wrote:
>
> > + call assert_fails('call evalcmd("call NestedRedir()")', 'E930:')
>
> That fails the nightly builds and I think the test is wrong. I think
> this should be:
>
> diff --git a/src/testdir/test_evalcmd.vim b/src/testdir/test_evalcmd.vim
> index a9bda87..b8a5ac9 100644
> --- a/src/testdir/test_evalcmd.vim
> +++ b/src/testdir/test_evalcmd.vim
> @@ -28,6 +28,6 @@ func Test_evalcmd()
>
> call assert_fails('call evalcmd("doesnotexist")', 'E492:')
> call assert_fails('call evalcmd(3.4)', 'E806:')
> - call assert_fails('call evalcmd("call NestedRedir()")', 'E930:')
> + call assert_equal("\nbroken", evalcmd("call NestedRedir()"))
> endfunc
Ah, last minute change omitted from the patch. Sorry.
Sent out patch 2000!
> Also there is no help tag for E930
Will be added soon.
--
Get a life? What is the URL where it can be downloaded?
/// 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].
For more options, visit https://groups.google.com/d/optout.