aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/buffer_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-01 18:28:45 +0100
committerGitHub <noreply@github.com>2017-03-01 18:28:45 +0100
commit2c408c0c94915b6c38c1eccdb68b2645829130c2 (patch)
treea4712c411404a6125d3428c57d08bf019c7b9c28 /test/functional/terminal/buffer_spec.lua
parent4e4c7850635dfa3218f2461b50a0b2b2c84d7242 (diff)
parent4306e5ae0c2a31ea6798af41f7033771af9af6d5 (diff)
downloadrneovim-2c408c0c94915b6c38c1eccdb68b2645829130c2.tar.gz
rneovim-2c408c0c94915b6c38c1eccdb68b2645829130c2.tar.bz2
rneovim-2c408c0c94915b6c38c1eccdb68b2645829130c2.zip
Merge #6185 from justinmk/term-cursor
terminal: Keep cursor position; Disable 'cursorline'
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
-rw-r--r--test/functional/terminal/buffer_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua
index cecd67d7fa..a75ec129e4 100644
--- a/test/functional/terminal/buffer_spec.lua
+++ b/test/functional/terminal/buffer_spec.lua
@@ -50,11 +50,11 @@ describe('terminal buffer', function()
feed('<c-\\><c-n>')
screen:expect([[
tty ready |
- {2: } |
+ {2:^ } |
+ |
|
|
|
- ^ |
|
]])
end)
@@ -74,11 +74,11 @@ describe('terminal buffer', function()
feed('<c-\\><c-n>dd')
screen:expect([[
tty ready |
- {2: } |
+ {2:^ } |
+ |
|
|
|
- ^ |
{8:E21: Cannot make changes, 'modifiable' is off} |
]])
end)