fix: make <c-,> and <c-:> work again (#2092)

This commit is contained in:
Francois Poizat
2024-11-19 13:37:27 +01:00
committed by GitHub
parent f17d9b4394
commit 40a03dc225
2 changed files with 4 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ describe('keymap', function()
'<C-@>',
'<C-\\>',
'<C-;>',
'<C-,>',
'<C-:>',
'<C-_>',
'<Tab>',
'<S-Tab>',