mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
test: remove redundant feed_command('terminal') (#16993)
It just types :terminal<CR> into the terminal, which is redundant.
This commit is contained in:
parent
3088ac71f9
commit
e70ea6ea20
@ -292,10 +292,9 @@ describe(':terminal buffer', function()
|
||||
command('quit')
|
||||
end)
|
||||
|
||||
it('does not segfault when pasting empty buffer #13955', function()
|
||||
feed_command('terminal')
|
||||
it('does not segfault when pasting empty register #13955', function()
|
||||
feed('<c-\\><c-n>')
|
||||
feed_command('put a') -- buffer a is empty
|
||||
feed_command('put a') -- register a is empty
|
||||
helpers.assert_alive()
|
||||
end)
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user