Hi Bram!
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
Also there is no help tag for E930
Mit freundlichen Grüßen
Christian
--
Was ist das Allgemeine?
Der einzelne Fall.
Was ist das Besondere?
Millionen Fälle.
-- Goethe, Maximen und Reflektionen, Nr. 875
--
--
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.