test: fix startup_spec

This behavior was changed (improved) by 5861dc5966 which actually
makes -E more faithful to Vim's behavior.
This commit is contained in:
Justin M. Keyes
2018-06-10 16:27:13 +02:00
parent 0191061e34
commit dc5fdbc758

View File

@@ -128,7 +128,7 @@ describe('startup', function()
screen:attach()
feed("put ='from -E'<CR>")
screen:expect([[
|
:put ='from -E' |
from -E |
:^ |
]])