diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-26 03:38:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 03:38:54 -0500 |
commit | c64cce906e7ed828d331e1786c985ff7aa734546 (patch) | |
tree | 5f8913cf05a046d2ec23840915d8bb1884db768f /test/functional/eval/null_spec.lua | |
parent | 84faeb07d0018c674c2bc730333fefae6123f366 (diff) | |
parent | 44bb7147e40743d9a70ee3a2663a7a7dacec7b13 (diff) | |
download | rneovim-c64cce906e7ed828d331e1786c985ff7aa734546.tar.gz rneovim-c64cce906e7ed828d331e1786c985ff7aa734546.tar.bz2 rneovim-c64cce906e7ed828d331e1786c985ff7aa734546.zip |
Merge pull request #10848 from janlazo/vim-8.1.1189
vim-patch:8.1.{822,1189,1192}
Diffstat (limited to 'test/functional/eval/null_spec.lua')
-rw-r--r-- | test/functional/eval/null_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/eval/null_spec.lua b/test/functional/eval/null_spec.lua index fa8f7d873f..bef41e52d4 100644 --- a/test/functional/eval/null_spec.lua +++ b/test/functional/eval/null_spec.lua @@ -121,7 +121,7 @@ describe('NULL', function() null_test('does not make Neovim crash when v:oldfiles gets assigned to that', ':let v:oldfiles = L|oldfiles', 0) null_expr_test('does not make complete() crash or error out', 'execute(":normal i\\<C-r>=complete(1, L)[-1]\\n")', - '', '\n', function() + 0, '', function() eq({''}, curbufmeths.get_lines(0, -1, false)) end) null_expr_test('is accepted by setmatches()', 'setmatches(L)', 0, 0) |