Possible wrong parameters passed to which-key--get-keymap-bindings
Zetagon opened this issue · comments
Leo Okawa Ericson commented
This might just be confusing naming, but the filter variable
in which-key--get-bindings
doesn't get passed as the filter
parameter to which-key--get-keymap-bindings
. It would be an off-by-one error.
Lines 1847 to 1848 in 27d9fec
I'm suspecting it should be the code below instead, with start
set to nil.
(which-key--get-keymap-bindings
keymap nil prefix filter recursive)