mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
event: Remove "priority" concept.
It was replaced by the "child queue" concept (MultiQueue).
This commit is contained in:
@@ -604,7 +604,7 @@ void msg_schedule_emsgf(const char *const fmt, ...)
|
||||
va_end(ap);
|
||||
|
||||
char *s = xstrdup((char *)IObuff);
|
||||
loop_schedule(&main_loop, event_create(1, msg_emsgf_event, 1, s));
|
||||
loop_schedule(&main_loop, event_create(msg_emsgf_event, 1, s));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user