@elextr commented on this pull request.
> - 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 or view it on GitHub: https://github.com/geany/geany/pull/3397#discussion_r1107002334 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3397/review/[email protected]>
