mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
tag: fix pvs/v547 error
This commit is contained in:
@@ -988,9 +988,7 @@ add_llist_tags(
|
|||||||
cmd[len] = NUL;
|
cmd[len] = NUL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((dict = tv_dict_alloc()) == NULL) {
|
dict = tv_dict_alloc();
|
||||||
continue;
|
|
||||||
}
|
|
||||||
tv_list_append_dict(list, dict);
|
tv_list_append_dict(list, dict);
|
||||||
|
|
||||||
tv_dict_add_str(dict, S_LEN("text"), (const char *)tag_name);
|
tv_dict_add_str(dict, S_LEN("text"), (const char *)tag_name);
|
||||||
|
Reference in New Issue
Block a user