mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 02:21:51 +00:00
feat(eval): declare more "fast" functions #40834
This commit is contained in:
@@ -1837,7 +1837,7 @@ int vgetc(void)
|
||||
|
||||
// Execute Lua on_key callbacks.
|
||||
kvi_push(on_key_buf, NUL);
|
||||
if (nlua_execute_on_key(c, on_key_buf.items)) {
|
||||
if (nlua_exec_on_key(c, on_key_buf.items)) {
|
||||
// Keys following K_COMMAND/K_LUA/K_PASTE_START aren't normally received by
|
||||
// vim.on_key() callbacks, so discard them along with the current key.
|
||||
if (c == K_COMMAND) {
|
||||
|
||||
Reference in New Issue
Block a user