mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
@@ -146,6 +146,7 @@ Object dict_set_value(dict_T *dict, String key, Object value, Error *err)
|
||||
dict_add(dict, di);
|
||||
} else {
|
||||
// Return the old value
|
||||
rv = vim_to_object(&di->di_tv);
|
||||
clear_tv(&di->di_tv);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user