diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-01-29 17:12:58 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2022-01-30 22:25:15 +0000 |
commit | c91fbc1b9e8b56e260555b14cd3bc4b9b4874037 (patch) | |
tree | 8c17f40be067d21afad2a18910401e5070955a84 | |
parent | 796224028bb8f67d91913f953edfe0693f444de9 (diff) | |
download | rneovim-c91fbc1b9e8b56e260555b14cd3bc4b9b4874037.tar.gz rneovim-c91fbc1b9e8b56e260555b14cd3bc4b9b4874037.tar.bz2 rneovim-c91fbc1b9e8b56e260555b14cd3bc4b9b4874037.zip |
test(oldtest): unskip Test_addr_all
v8.1.0341 has since been ported
-rw-r--r-- | src/nvim/testdir/test_usercommands.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_usercommands.vim b/src/nvim/testdir/test_usercommands.vim index 2c4bf1bda5..967ad85a64 100644 --- a/src/nvim/testdir/test_usercommands.vim +++ b/src/nvim/testdir/test_usercommands.vim @@ -350,7 +350,6 @@ 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) |