mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 17:16:31 +00:00
keymap: allow modifiers to multibyte chars, like <m-ä>
This commit is contained in:
@@ -103,6 +103,11 @@ describe('mappings', function()
|
||||
check_mapping('<kequal>','<kequal>')
|
||||
check_mapping('<KPEquals>','<kequal>')
|
||||
end)
|
||||
|
||||
it('support meta + multibyte char mapping', function()
|
||||
add_mapping('<m-ä>', '<m-ä>')
|
||||
check_mapping('<m-ä>', '<m-ä>')
|
||||
end)
|
||||
end)
|
||||
|
||||
describe('feeding large chunks of input with <Paste>', function()
|
||||
|
||||
Reference in New Issue
Block a user