aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-10 16:27:13 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-06-10 16:27:13 +0200
commitdc5fdbc75827734d2edc629af8fba5fb9ee34dd3 (patch)
tree8f7709bd9d3a3dec94264486b67704a1ff2881a7
parent0191061e34260ffe33bc40a608f5ae6d5fe44b9c (diff)
downloadrneovim-dc5fdbc75827734d2edc629af8fba5fb9ee34dd3.tar.gz
rneovim-dc5fdbc75827734d2edc629af8fba5fb9ee34dd3.tar.bz2
rneovim-dc5fdbc75827734d2edc629af8fba5fb9ee34dd3.zip
test: fix startup_spec
This behavior was changed (improved) by 5861dc596687 which actually makes -E more faithful to Vim's behavior.
-rw-r--r--test/functional/core/startup_spec.lua2
1 files changed, 1 insertions, 1 deletions
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'<CR>")
screen:expect([[
- |
+ :put ='from -E' |
from -E |
:^ |
]])