diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-11 12:25:43 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-11 12:25:45 -0400 |
commit | 8f03d1e431e37fc60431ded9532cf562e21039e7 (patch) | |
tree | 25071bd06ef75b33b1d6511ff563834f3e6099db /src | |
parent | 41cfdba22bb81b0adf5ce84fbca81c9ba09e5aec (diff) | |
download | rneovim-8f03d1e431e37fc60431ded9532cf562e21039e7.tar.gz rneovim-8f03d1e431e37fc60431ded9532cf562e21039e7.tar.bz2 rneovim-8f03d1e431e37fc60431ded9532cf562e21039e7.zip |
test/old: skip Test_addr_all() for now
It needs patch v8.1.0341 to pass.
Patch v8.1.0341 fails Test_nocatch_wipe_all_buffers().
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_usercommands.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_usercommands.vim b/src/nvim/testdir/test_usercommands.vim index 7616903af1..0a89066a2b 100644 --- a/src/nvim/testdir/test_usercommands.vim +++ b/src/nvim/testdir/test_usercommands.vim @@ -342,6 +342,7 @@ func Test_use_execute_in_completion() endfunc func Test_addr_all() + throw 'skipped: requires patch v8.1.0341 to pass' command! -addr=lines DoSomething let g:a1 = <line1> | let g:a2 = <line2> %DoSomething call assert_equal(1, g:a1) |