mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
docs: lua, UI events #34261
This commit is contained in:
@@ -29,6 +29,8 @@ void visual_bell(void)
|
||||
FUNC_API_SINCE(3);
|
||||
void flush(void)
|
||||
FUNC_API_SINCE(3) FUNC_API_REMOTE_IMPL;
|
||||
void restart(void)
|
||||
FUNC_API_SINCE(14) FUNC_API_REMOTE_ONLY FUNC_API_CLIENT_IMPL;
|
||||
void suspend(void)
|
||||
FUNC_API_SINCE(3);
|
||||
void set_title(String title)
|
||||
@@ -177,5 +179,3 @@ void msg_history_clear(void)
|
||||
|
||||
void error_exit(Integer status)
|
||||
FUNC_API_SINCE(12);
|
||||
void restart(void)
|
||||
FUNC_API_SINCE(14) FUNC_API_REMOTE_ONLY FUNC_API_CLIENT_IMPL;
|
||||
|
Reference in New Issue
Block a user