mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
Merge #7708 from ZyX-I/hide-container-impl
This commit is contained in:
@@ -688,7 +688,7 @@ static void on_channel_event(void **args)
|
||||
argv[1].v_type = VAR_LIST;
|
||||
argv[1].v_lock = VAR_UNLOCKED;
|
||||
argv[1].vval.v_list = ev->received;
|
||||
argv[1].vval.v_list->lv_refcount++;
|
||||
tv_list_ref(argv[1].vval.v_list);
|
||||
} else {
|
||||
argv[1].v_type = VAR_NUMBER;
|
||||
argv[1].v_lock = VAR_UNLOCKED;
|
||||
|
Reference in New Issue
Block a user