@techee commented on this pull request.


In src/tagmanager/tm_ctags.c:

> +	kindDefinition *def;
+
+	if (lang == TM_PARSER_NONE)
+		return "unknown";
+
+	def = getLanguageKindForLetter(lang, kind);

Yes, that's better - done at both places.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3865/review/2079790421@github.com>