mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
test: Make sure ENTER prompt is exited in clipboard_provider_spec
The test may hang without this.
This commit is contained in:
@@ -369,6 +369,7 @@ describe('clipboard usage', function()
|
||||
[2] = {foreground = Screen.colors.Blue},
|
||||
[3] = {bold = true, foreground = Screen.colors.SeaGreen}},
|
||||
{{bold = true, foreground = Screen.colors.Blue}})
|
||||
feed('<cr>') -- clear out of Press ENTER screen
|
||||
end)
|
||||
|
||||
it('can paste "* to the commandline', function()
|
||||
|
||||
Reference in New Issue
Block a user