mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
Analogous to nodejs's `on('data', …)` interface, here on_key is the "add
listener" interface.
ref 3ccdbc570d #12536
BREAKING_CHANGE: vim.register_keystroke_callback() is now an error.