# if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
if(ptag_entry.tagname)
{
vim_free(ptag_entry.tagname);
ptag_entry.tagname=NULL;
}
# endif
}
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.