mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
vim-patch:8.2.1961: various comments can be improved
Problem: Various comments can be improved.
Solution: Various comment adjustments.
22286895fc
This commit is contained in:
@@ -1358,7 +1358,8 @@ void tv_dict_item_remove(dict_T *const dict, dictitem_T *const item)
|
||||
|
||||
//{{{2 Alloc/free
|
||||
|
||||
/// Allocate an empty dictionary
|
||||
/// Allocate an empty dictionary.
|
||||
/// Caller should take care of the reference count.
|
||||
///
|
||||
/// @return [allocated] new dictionary.
|
||||
dict_T *tv_dict_alloc(void)
|
||||
|
Reference in New Issue
Block a user