test: Make sure ENTER prompt is exited in clipboard_provider_spec

The test may hang without this.
This commit is contained in:
Thiago de Arruda 2015-07-24 12:22:47 -03:00
parent bef0c03b25
commit 0d71354058

View File

@ -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()