vim-patch:8.2.3330: Coverity reports using uninitialized field

Problem:    Coverity reports using uninitialized field.
Solution:   Initialize the field early.
7deb4115ef
This commit is contained in:
Sean Dewar 2021-08-13 17:08:39 +01:00
parent 17f377b6f9
commit b24c377c8a
No known key found for this signature in database
GPG Key ID: 08CC2C83AD41B581

View File

@ -1467,6 +1467,7 @@ find_tags(
help_save = curbuf->b_help; help_save = curbuf->b_help;
orgpat.pat = pat; orgpat.pat = pat;
orgpat.regmatch.regprog = NULL;
vimconv.vc_type = CONV_NONE; vimconv.vc_type = CONV_NONE;
/* /*