diff options
Diffstat (limited to 'test/old/testdir/test_messages.vim')
-rw-r--r-- | test/old/testdir/test_messages.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_messages.vim b/test/old/testdir/test_messages.vim index ff4cf2c386..a20571807b 100644 --- a/test/old/testdir/test_messages.vim +++ b/test/old/testdir/test_messages.vim @@ -408,6 +408,8 @@ func Test_null() echom v:_null_dict echom v:_null_blob echom v:_null_string + " Nvim doesn't have NULL functions + " echom test_null_function() " Nvim doesn't have NULL partials " echom test_null_partial() if has('job') |