mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
69fe427df4
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.
5 lines
109 B
Makefile
5 lines
109 B
Makefile
.DONE:
|
|
@echo "Use GNU Make (gmake) to build neovim"
|
|
.DEFAULT:
|
|
@echo "Use GNU Make (gmake) to build neovim"
|