mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
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:
@@ -128,7 +128,7 @@ describe('startup', function()
|
|||||||
screen:attach()
|
screen:attach()
|
||||||
feed("put ='from -E'<CR>")
|
feed("put ='from -E'<CR>")
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
|
|
:put ='from -E' |
|
||||||
from -E |
|
from -E |
|
||||||
:^ |
|
:^ |
|
||||||
]])
|
]])
|
||||||
|
|||||||
Reference in New Issue
Block a user