mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
*: Move some dictionary functions to typval.h and use char*
Also fixes buffer reusage in setmatches() and complete().
This commit is contained in:
@@ -62,7 +62,7 @@ int setmark(int c)
|
||||
/// Free fmark_T item
|
||||
void free_fmark(fmark_T fm)
|
||||
{
|
||||
dict_unref(fm.additional_data);
|
||||
tv_dict_unref(fm.additional_data);
|
||||
}
|
||||
|
||||
/// Free xfmark_T item
|
||||
|
Reference in New Issue
Block a user