aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ui_client.c')
-rw-r--r--src/nvim/ui_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui_client.c b/src/nvim/ui_client.c
index 6e45a28e89..e723a30d32 100644
--- a/src/nvim/ui_client.c
+++ b/src/nvim/ui_client.c
@@ -87,6 +87,7 @@ Object ui_client_handle_redraw(uint64_t channel_id, Array args, Error *error)
///
/// This is just a stub. the full version will handle input, resizing, etc
void ui_client_execute(uint64_t chan)
+ FUNC_ATTR_NORETURN
{
while (true) {
loop_poll_events(&main_loop, -1);