From dc5fdbc75827734d2edc629af8fba5fb9ee34dd3 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 10 Jun 2018 16:27:13 +0200 Subject: test: fix startup_spec This behavior was changed (improved) by 5861dc596687 which actually makes -E more faithful to Vim's behavior. --- test/functional/core/startup_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index f1f96ba626..f323056179 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -128,7 +128,7 @@ describe('startup', function() screen:attach() feed("put ='from -E'") screen:expect([[ - | + :put ='from -E' | from -E | :^ | ]]) -- cgit