mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 16:41:52 +00:00
@@ -1141,6 +1141,16 @@ describe('cmdline redraw', function()
|
||||
]])
|
||||
command('redraw')
|
||||
screen:expect_unchanged()
|
||||
|
||||
command('set keymap=dvorak')
|
||||
feed('<C-^>')
|
||||
command('redraw')
|
||||
screen:expect_unchanged()
|
||||
|
||||
feed('<C-^>')
|
||||
command('set keymap&')
|
||||
command('redraw')
|
||||
screen:expect_unchanged()
|
||||
end)
|
||||
|
||||
it('substitute confirm prompt does not scroll', function()
|
||||
|
||||
Reference in New Issue
Block a user