Merge 'upstream' Fix the which-key spec issue caused by recent cleanup
This commit is contained in:
commit
3a01797417
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue