@b4n commented on this pull request.


In ctags/main/parse.c:

>  {
-	const kindOption *kindOpt;
-
-	if (hasRegexKind (language, kind))
-		return isRegexKindEnabled (language, kind);
-	else if (hasXcmdKind (language, kind))
-		return isXcmdKindEnabled (language, kind);

Ah OK great then


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.