mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: update tests to use [gs]et_lines instead of [gs]et_line_slice
This commit is contained in:
@@ -14,7 +14,7 @@ describe('TextYankPost', function()
|
||||
execute('autocmd TextYankPost * let g:event = copy(v:event)')
|
||||
execute('autocmd TextYankPost * let g:count += 1')
|
||||
|
||||
curbufmeths.set_line_slice(0, -1, true, true, {
|
||||
curbufmeths.set_lines(0, -1, true, {
|
||||
'foo\0bar',
|
||||
'baz text',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user