diff options
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r-- | src/nvim/tag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index 61d48eb4bf..c63cdad098 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -1467,6 +1467,7 @@ find_tags( help_save = curbuf->b_help; orgpat.pat = pat; + orgpat.regmatch.regprog = NULL; vimconv.vc_type = CONV_NONE; /* |