mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
Update neovim
This commit is contained in:
parent
0f6478cc78
commit
0a0f165fb0
@ -271,7 +271,7 @@ static void setenv_vimruntime() {
|
||||
}
|
||||
|
||||
static CFDataRef data_async(CFDataRef data, argv_callback cb) {
|
||||
loop_schedule(&main_loop, event_create(cb, 3, data));
|
||||
loop_schedule_fast(&main_loop, event_create(cb, 3, data));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -439,7 +439,7 @@ void server_set_ui_size(UIBridgeData *bridge, int width, int height) {
|
||||
static void server_ui_scheduler(Event event, void *d) {
|
||||
UI *const ui = d;
|
||||
server_ui_bridge_data_t *data = ui->data;
|
||||
loop_schedule(data->loop, event);
|
||||
loop_schedule_fast(data->loop, event);
|
||||
}
|
||||
|
||||
static void server_ui_main(UIBridgeData *bridge, UI *ui) {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d30814edf8c4dd3cadf282701f652477870c9214
|
||||
Subproject commit 29a39cd6768359cc9960d0074e80f09e2d6dbd8d
|
Loading…
Reference in New Issue
Block a user