mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +00:00
fix(ui): check for cmdline mode properly (#35202)
This commit is contained in:
@@ -10470,6 +10470,15 @@ describe('float window', function()
|
||||
]],
|
||||
})
|
||||
end
|
||||
|
||||
command('set keymap=dvorak')
|
||||
feed('<C-^>')
|
||||
screen:expect_unchanged()
|
||||
|
||||
feed('<C-^>')
|
||||
command('set keymap&')
|
||||
screen:expect_unchanged()
|
||||
|
||||
feed('<ESC>')
|
||||
|
||||
-- Show cursor after switching to a normal window (hide=false).
|
||||
|
||||
Reference in New Issue
Block a user