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.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2018#discussion_r247608408