diff options
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r-- | src/nvim/misc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index f025ff7f65..c4b2977435 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -58,7 +58,7 @@ # include "misc1.c.generated.h" #endif /* All user names (for ~user completion as done by shell). */ -static garray_T ga_users; +static garray_T ga_users = GA_EMPTY_INIT_VALUE; /* * open_line: Add a new line below or above the current line. |