Skip to content

Commit

Permalink
main,refactor: use markTagAsPlaceholder in markAsPlaceholderRecursively
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake committed Dec 1, 2022
1 parent 7e91de7 commit fe0c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ extern const char* getTagFileDirectory (void)

static bool markAsPlaceholderRecursively (int index, tagEntryInfo *e, void *data CTAGS_ATTR_UNUSED)
{
e->placeholder = 1;
markTagAsPlaceholder (e, true);
markAllEntriesInScopeAsPlaceholder (index);
return true;
}
Expand Down

0 comments on commit fe0c93a

Please sign in to comment.