techee commented on this pull request.
{
- const kindOption *kindOpt; - - if (hasRegexKind (language, kind)) - return isRegexKindEnabled (language, kind); - else if (hasXcmdKind (language, kind)) - return isXcmdKindEnabled (language, kind);
The new code is how it looks upstream. I don't think the original code very relevant for us - it just checks some command line options to see if the parser is enabled.