mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
test: check that TextChangedT cannot delete terminal buffer
This commit is contained in:
@@ -413,14 +413,6 @@ describe('on_lines does not emit out-of-bounds line indexes when', function()
|
||||
feed_command('bdelete!')
|
||||
eq('', exec_lua([[return _G.cb_error]]))
|
||||
end)
|
||||
|
||||
it('runs TextChangedT event', function()
|
||||
meths.set_var('called', 0)
|
||||
command('autocmd TextChangedT * ++once let g:called = 1')
|
||||
feed_command('terminal')
|
||||
feed('iaa')
|
||||
eq(1, meths.get_var('called'))
|
||||
end)
|
||||
end)
|
||||
|
||||
it('terminal truncates number of composing characters to 5', function()
|
||||
|
||||
Reference in New Issue
Block a user