mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 01:01:22 +00:00
Problem: Keymap completion is not available
Solution: Add keymap completion (Doug Kearns)
Add keymap completion to the 'keymap' option, user commands and builtin
completion functions.
closes: vim/vim#13692
81642d9d6f
Co-authored-by: Doug Kearns <dougkearns@gmail.com>