diff options
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r-- | src/nvim/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index aa553f9b24..0e01350537 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -2019,7 +2019,7 @@ findtag_end: return retval; } -static garray_T tag_fnames = GA_EMPTY; +static garray_T tag_fnames = GA_EMPTY_INIT_VALUE; static void found_tagfile_cb(char_u *fname, void *cookie); /* |