mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
msg: do not scroll entire screen (#8088)
This commit is contained in:
committed by
Justin M. Keyes
parent
362346f563
commit
98e7112390
@@ -1,6 +1,7 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear, feed_command, nvim = helpers.clear, helpers.feed_command, helpers.nvim
|
||||
local feed, next_msg, eq = helpers.feed, helpers.next_msg, helpers.eq
|
||||
local command = helpers.command
|
||||
local expect = helpers.expect
|
||||
local write_file = helpers.write_file
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
@@ -137,6 +138,7 @@ describe('input non-printable chars', function()
|
||||
[3] = {bold = true, foreground = Screen.colors.SeaGreen4}
|
||||
})
|
||||
screen:attach()
|
||||
command("set display-=msgsep")
|
||||
|
||||
feed_command("e Xtest-overwrite")
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user