mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0g
This commit is contained in:
@@ -198,7 +198,7 @@ struct ufunc
|
||||
*/
|
||||
static hashtab_T func_hashtab;
|
||||
|
||||
/* The names of packages that once were loaded is remembered. */
|
||||
/* The names of packages that once were loaded are remembered. */
|
||||
static garray_T ga_loaded = {0, 0, sizeof(char_u *), 4, NULL};
|
||||
|
||||
/* list heads for garbage collection */
|
||||
|
Reference in New Issue
Block a user