mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Make sure ENTER prompt is exited in clipboard_provider_spec
The test may hang without this.
This commit is contained in:
parent
bef0c03b25
commit
0d71354058
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user