aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-06-30 03:57:59 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-06-30 03:57:59 -0400
commite4abb9e09a0588177f99235526d3fab5d64345b2 (patch)
tree28b0265ba05af45cdaa983462564fbba186f135b /src/nvim/misc1.c
parent2ddeb74202633784b9ebb4b963e2df06ed7332df (diff)
parent5ed74cfb7c67f79441343ec90548f333dad1729b (diff)
downloadrneovim-e4abb9e09a0588177f99235526d3fab5d64345b2.tar.gz
rneovim-e4abb9e09a0588177f99235526d3fab5d64345b2.tar.bz2
rneovim-e4abb9e09a0588177f99235526d3fab5d64345b2.zip
Merge #830 'GA_APPEND() and GA_APPEND_VIA_PTR()'
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c2
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.