0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

patch 8.2.1961: various comments can be improved

Problem:    Various comments can be improved.
Solution:   Various comment adjustments.
This commit is contained in:
Bram Moolenaar
2020-11-05 20:50:51 +01:00
parent 0fd797eacd
commit 22286895fc
7 changed files with 9 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ static dict_T *first_dict = NULL;
/*
* Allocate an empty header for a dictionary.
* Caller should take care of the reference count.
*/
dict_T *
dict_alloc(void)