mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
api: Replace set_var(name, NIL) with del_var(name)
This commit is contained in:
@@ -627,6 +627,7 @@ static int term_settermprop(VTermProp prop, VTermValue *val, void *data)
|
||||
api_free_object(dict_set_value(buf->b_vars,
|
||||
cstr_as_string("term_title"),
|
||||
STRING_OBJ(cstr_as_string(val->string)),
|
||||
false,
|
||||
&err));
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user