Files
neovim/src/nvim/api
fredizzimo 6ebeb07c56 feat(api): experimental nvim__exec_lua_fast #35758
Problem:
Remote UIs can't execute lua code when a blocking prompt is waiting for
input. This is needed when implementing IME pre-edit for example.

Solution:
Add an `nvim__exec_lua_fast` experimental API function, which is allowed
to run instead of being queued until after the message has been shown.
2025-11-30 19:27:02 -05:00
..
2025-11-16 20:36:07 -08:00
2025-11-22 19:32:45 -05:00
2025-09-04 00:11:52 -04:00