neovim/test/functional/lua
Justin M. Keyes 69fe427df4 feat(lua)!: register_keystroke_callback => on_key
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.
2021-09-09 06:09:33 -07:00
..
api_spec.lua API: include invalid buffer/window/tabpage in error message (#11712) 2020-01-14 09:21:10 +01:00
buffer_updates_spec.lua fix(bufupdates): send correct updates for visual paste 2021-08-25 15:11:39 +02:00
command_line_completion_spec.lua lint 2021-01-26 17:09:35 -08:00
commands_spec.lua test/vim.validate(): assert normalized stacktrace 2020-10-05 09:47:59 -04:00
highlight_spec.lua tests(lua/on_yank): assert conditions that fail correctly #15495 2021-08-27 04:54:01 -07:00
loop_spec.lua lua: add vim.in_fast_event() to check if we are in a luv callback 2019-08-05 13:57:24 +02:00
luaeval_spec.lua feat(v:lua): support calling v:lua as a method 2021-08-13 01:11:36 +01:00
overrides_spec.lua fixup! startup: handle autoload and lua packages during startup 2020-11-02 22:37:07 -05:00
runtime_spec.lua refactor(tests): Simplify tests at functional/lua/runtime_spec 2021-06-11 01:01:03 +06:00
uri_spec.lua feat(vim.uri): Allow URI schemes other than file: without authority 2021-07-10 18:27:37 +01:00
vim_spec.lua feat(lua)!: register_keystroke_callback => on_key 2021-09-09 06:09:33 -07:00
xdiff_spec.lua feat(api): add lua C bindings for xdiff (#14536) 2021-08-22 12:22:04 +02:00