Merge 'upstream' Fix the which-key spec issue caused by recent cleanup

This commit is contained in:
Damjan 9000 2024-08-26 22:50:44 +02:00
commit 3a01797417

View File

@ -53,6 +53,7 @@ return {
F11 = '<F11>', F11 = '<F11>',
F12 = '<F12>', F12 = '<F12>',
}, },
},
-- Document existing key chains -- Document existing key chains
spec = { spec = {
@ -66,6 +67,5 @@ return {
}, },
}, },
}, },
},
} }
-- vim: ts=2 sts=2 sw=2 et -- vim: ts=2 sts=2 sw=2 et