aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-08-21 19:46:43 -0400
committerGitHub <noreply@github.com>2017-08-21 19:46:43 -0400
commit9ff0cc70855fc3eb11ad0162ee02e742f354d360 (patch)
treef924645168fda1146cd8947c4cdf14299ee869f4 /test/functional/core
parent8d1ccb606d3806dcf9c4bcfdb0446d8139c0e765 (diff)
parent73286a81cfd92f334dcfa91490648fd105696fab (diff)
downloadrneovim-9ff0cc70855fc3eb11ad0162ee02e742f354d360.tar.gz
rneovim-9ff0cc70855fc3eb11ad0162ee02e742f354d360.tar.bz2
rneovim-9ff0cc70855fc3eb11ad0162ee02e742f354d360.zip
Merge pull request #6808 from nelstrom/normal-mode-terminal
Make :terminal remain in normal mode when created
Diffstat (limited to 'test/functional/core')
-rw-r--r--test/functional/core/job_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua
index 54e56f7f41..1b8a5b1b95 100644
--- a/test/functional/core/job_spec.lua
+++ b/test/functional/core/job_spec.lua
@@ -677,12 +677,12 @@ describe("pty process teardown", function()
-- Exiting should terminate all descendants (PTY, its children, ...).
screen:expect([[
- |
+ ^ |
[Process exited 0] |
|
|
|
- -- TERMINAL -- |
+ |
]])
end)
end)