liuchengxu / vim-which-key

:tulip: Vim plugin that shows keybindings in popup
https://liuchengxu.github.io/vim-which-key/
MIT License
1.93k stars 65 forks source link

Allow nesting of description dictionary functions #216

Closed rene-descartes2021 closed 2 years ago

rene-descartes2021 commented 2 years ago

Fixes a bug I noticed when using both vim-lsp and csharp layers in space-vim. They both set a dictionary-function on g:spacevim#map#leader#desc['l'] resulting in a nesting of functions, but vim-which-key only evaluates the first at present.