fix: make <M-`> work again (#2107)

* fix: make <M-`> work again

* Update keymap_spec.lua

fix typo in keymap_spec.lua
This commit is contained in:
林柏臣
2024-12-20 13:27:07 +08:00
committed by GitHub
parent 8c447245e1
commit b555203ce4
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ describe('keymap', function()
'<C-/>',
'<C-_>',
"<C-'>",
'<M-`>',
'<Tab>',
'<S-Tab>',
'<Plug>(example)',