mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 12:35:00 +00:00
committed by
Justin M. Keyes
parent
49a497a67c
commit
39a03c0fe7
@@ -31,6 +31,29 @@ describe("'wildmenu'", function()
|
||||
]])
|
||||
end)
|
||||
|
||||
it(':sign <tab> <space> hides wildmenu #8453', function()
|
||||
command('set wildmode=full')
|
||||
-- only a regression if status-line open
|
||||
command('set laststatus=2')
|
||||
command('set wildmenu')
|
||||
feed(':sign <tab>')
|
||||
screen:expect([[
|
||||
|
|
||||
~ |
|
||||
~ |
|
||||
define jump list > |
|
||||
:sign define^ |
|
||||
]])
|
||||
feed('<space>')
|
||||
screen:expect([[
|
||||
|
|
||||
~ |
|
||||
~ |
|
||||
[No Name] |
|
||||
:sign define ^ |
|
||||
]])
|
||||
end)
|
||||
|
||||
it('does not crash after cycling back to original text', function()
|
||||
command('set wildmode=full')
|
||||
feed(':j<Tab><Tab><Tab>')
|
||||
|
||||
Reference in New Issue
Block a user