aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen_basic_spec.lua
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-09-04 13:13:39 +0200
committerDaniel Hahler <git@thequod.de>2019-09-04 13:13:39 +0200
commit4556bb90facae5af15ef329e2a63d9751d380db9 (patch)
tree72a7be5186715d68569a1b51b71ae74ccf79dc3f /test/functional/ui/screen_basic_spec.lua
parente867ac3e527e205416299faa28a74ca758cfc33b (diff)
downloadrneovim-4556bb90facae5af15ef329e2a63d9751d380db9.tar.gz
rneovim-4556bb90facae5af15ef329e2a63d9751d380db9.tar.bz2
rneovim-4556bb90facae5af15ef329e2a63d9751d380db9.zip
move test
Diffstat (limited to 'test/functional/ui/screen_basic_spec.lua')
-rw-r--r--test/functional/ui/screen_basic_spec.lua40
1 files changed, 0 insertions, 40 deletions
diff --git a/test/functional/ui/screen_basic_spec.lua b/test/functional/ui/screen_basic_spec.lua
index f6faed747c..46f0b5060c 100644
--- a/test/functional/ui/screen_basic_spec.lua
+++ b/test/functional/ui/screen_basic_spec.lua
@@ -951,46 +951,6 @@ local function screen_tests(linegrid)
|
]])
end)
-
- describe('more prompt', function()
- it('can be quit', function()
- command("set more")
- feed(':echon join(map(range(0, &lines*2), "v:val"), "\\n")<cr>')
- screen:expect{grid=[[
- 0 |
- 1 |
- 2 |
- 3 |
- 4 |
- 5 |
- 6 |
- 7 |
- 8 |
- 9 |
- 10 |
- 11 |
- 12 |
- {7:-- More --}^ |
- ]]}
- feed('q')
- screen:expect{grid=[[
- ^ |
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- {0:~ }|
- |
- ]]}
- end)
- end)
end
describe("Screen (char-based)", function()