mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
test(autocmd/termxx_spec): properly setup TextChangedT tests (#30787)
This commit is contained in:
@@ -198,8 +198,11 @@ it('autocmd TermEnter, TermLeave', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
describe('autocmd TextChangedT', function()
|
describe('autocmd TextChangedT', function()
|
||||||
clear()
|
local screen
|
||||||
local screen = tt.setup_screen()
|
before_each(function()
|
||||||
|
clear()
|
||||||
|
screen = tt.setup_screen()
|
||||||
|
end)
|
||||||
|
|
||||||
it('works', function()
|
it('works', function()
|
||||||
command('autocmd TextChangedT * ++once let g:called = 1')
|
command('autocmd TextChangedT * ++once let g:called = 1')
|
||||||
|
Reference in New Issue
Block a user