diff options
Diffstat (limited to 'src/testdir/test_eval.ok')
-rw-r--r-- | src/testdir/test_eval.ok | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_eval.ok b/src/testdir/test_eval.ok index 601a4261c8..c8f6dc7591 100644 --- a/src/testdir/test_eval.ok +++ b/src/testdir/test_eval.ok @@ -1,4 +1,6 @@ Vim(function):E128: Function name must start with a capital or "s:": g:test() Vim(function):E128: Function name must start with a capital or "s:": test2() "# Vim(function):E128: Function name must start with a capital or "s:": b:test() -called Foo() +called Foo(1) +called Foo(2) +called Foo(3) |