mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
test(oldtest): unskip Test_addr_all
v8.1.0341 has since been ported
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user