feat(ui): clear message history explicitly with msg_history_clear event

This commit is contained in:
devbhan singh
2021-01-20 14:55:52 +05:30
committed by bfredl
parent 1f1a65a9e4
commit 646e1c3a3a
4 changed files with 46 additions and 11 deletions

View File

@@ -174,4 +174,6 @@ void msg_ruler(Array content)
FUNC_API_SINCE(6) FUNC_API_REMOTE_ONLY;
void msg_history_show(Array entries)
FUNC_API_SINCE(6) FUNC_API_REMOTE_ONLY;
void msg_history_clear(void)
FUNC_API_SINCE(10) FUNC_API_REMOTE_ONLY;
#endif // NVIM_API_UI_EVENTS_IN_H