diff options
Diffstat (limited to 'src/nvim/testdir/test34.in')
-rw-r--r-- | src/nvim/testdir/test34.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test34.in b/src/nvim/testdir/test34.in index 71ee5f63b2..4cb7e9494a 100644 --- a/src/nvim/testdir/test34.in +++ b/src/nvim/testdir/test34.in @@ -4,7 +4,6 @@ Also test that a builtin function cannot be replaced. Also test for regression when calling arbitrary expression. STARTTEST -:so small.vim :function Table(title, ...) : let ret = a:title : let idx = 1 |