mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
fix(tui): more work in the TUI
This commit is contained in:
@@ -19,6 +19,16 @@ describe('api', function()
|
||||
end)
|
||||
|
||||
it("qa! RPC request during insert-mode", function()
|
||||
screen:expect{grid=[[
|
||||
{1: } |
|
||||
{4:~ }|
|
||||
{4:~ }|
|
||||
{4:~ }|
|
||||
{4:~ }|
|
||||
|
|
||||
{3:-- TERMINAL --} |
|
||||
]]}
|
||||
|
||||
-- Start the socket from the child nvim.
|
||||
child_session.feed_data(":echo serverstart('"..socket_name.."')\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user