@elextr commented on this pull request.


In src/templates.c:

>  
-		add_file_item(fname, menu);
+		if (ft)
+			group = &ft_groups[ft->id];
+		if (group->count == 1)

Ahh, ok, filetypes_detect_from_extension() returns filetype none if it doesn't recognise it.


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/3397/review/1299309546@github.com>