diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-06-30 03:57:59 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-06-30 03:57:59 -0400 |
commit | e4abb9e09a0588177f99235526d3fab5d64345b2 (patch) | |
tree | 28b0265ba05af45cdaa983462564fbba186f135b /src/nvim/misc1.c | |
parent | 2ddeb74202633784b9ebb4b963e2df06ed7332df (diff) | |
parent | 5ed74cfb7c67f79441343ec90548f333dad1729b (diff) | |
download | rneovim-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.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. |